> In COBOL an asterisk has 2 purposes.
> First if it's in column 7 it signifies that line as being a coment.
> Secondly, if it appears in any colum greater than 11 it is used as a
> mathamatical operator.
> 
> The editor correctly flags the lines with the asterisk in column 7 as
> a comment, however, should that character appear anywhere else on the
> line it flags this line as a syntax error which can be fairly
> distracting and annoying.

It doesn't always mark it as an error; I can get it to appear normally,
e.g. if I type 3 * 4 with a large indent. But I don't know COBOL, so I
can't tell if what it's doing is right or wrong. Perhaps you could post
some example code where the highlighting is wrong and explain why, and
then we can help with the syntax file? The person listed as the
maintainer of the syntax file may also be worth contacting.

Ben.




--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to