Search found 4 matches

by vpenacho1
Fri Jan 23, 2004 9:53 pm
Forum: Enhancement Suggestions
Topic: Syntax Hightlighting and Semi-Colon Character
Replies: 0
Views: 237

Syntax Hightlighting and Semi-Colon Character

See the General topic with this same subject for additional background. I would like the ability to define the semi-colon as a character within the syntax definition file. The problem is that the semi-colon is the comment character for the definition files. Note also that this use is not documented ...
by vpenacho1
Fri Jan 23, 2004 9:47 pm
Forum: General
Topic: Syntax Hightlighting and Semi-Colon Character
Replies: 7
Views: 892

That's what I was looking for

Yep, that's the writeup I saw. I didn't remember it being in the help files. Interesting to note that this whole discussion has been about the problems trying to use a semi-colon as it is interpreted as the start of comment in the syntax definition file but nowhere in the help does it even mention ...
by vpenacho1
Fri Jan 23, 2004 4:09 am
Forum: General
Topic: Syntax Hightlighting and Semi-Colon Character
Replies: 7
Views: 892

Unfortunately, I need most of the other parts of the file. The CharStart/End does seem to work but I need that for actual character literals. The SingleCommentAlt also works but has the bad side effect of making the rest of the line a comment, even when it isn't. I would really like the double semi ...
by vpenacho1
Thu Jan 22, 2004 9:49 pm
Forum: General
Topic: Syntax Hightlighting and Semi-Colon Character
Replies: 7
Views: 892

Double semi-colon as a keyword

I'm working in an assembly language which has the string ";;" as a special meaning at the end of a line. I'd like to highlight the double semi-colon but can't seem to get this to work except as part of a operator list. I'd like to color the semi-colons differently than other operators. The main ...