Highlighting comments in ATLAS
Posted: Sat Oct 20, 2001 11:42 am
The language for which I am working on a .syn file denotes comments by having a C in column 1 only. The next $ whenever it is denotes the end of the comment.
I am using C=1 as the template (that seems to determine the options available) and I see keywords that seem to relate to the solution (see below) but I have not been able to make it work and I have tried many different possibilities.
It is a shame that such a powerful feature is not explained in help and I also cannot find the answer on the web site.
Interestingly I want to recommend this program to hundreds of programmers at a very large defense firm but it is like pulling teeth to find how to fully utilize the program.
C=1
[Syntax]
Namespace1 = 6
IgnoreCase = Yes
InitKeyWordChars =
KeyWordChars =
BracketChars = ()
OperatorChars =
PreprocStart =
SyntaxStart =
SyntaxEnd =
CommentStart =
CommentEnd =$
CommentStartAlt =
CommentEndAlt =$
SingleComment =C
SingleCommentCol =1
SingleCommentAlt =
SingleCommentColAlt =
StringStart ='
StringEnd ='
StringAlt =
StringEsc =
CharStart =
CharEnd =
CharEsc =
I am using C=1 as the template (that seems to determine the options available) and I see keywords that seem to relate to the solution (see below) but I have not been able to make it work and I have tried many different possibilities.
It is a shame that such a powerful feature is not explained in help and I also cannot find the answer on the web site.
Interestingly I want to recommend this program to hundreds of programmers at a very large defense firm but it is like pulling teeth to find how to fully utilize the program.
C=1
[Syntax]
Namespace1 = 6
IgnoreCase = Yes
InitKeyWordChars =
KeyWordChars =
BracketChars = ()
OperatorChars =
PreprocStart =
SyntaxStart =
SyntaxEnd =
CommentStart =
CommentEnd =$
CommentStartAlt =
CommentEndAlt =$
SingleComment =C
SingleCommentCol =1
SingleCommentAlt =
SingleCommentColAlt =
StringStart ='
StringEnd ='
StringAlt =
StringEsc =
CharStart =
CharEnd =
CharEsc =