Search found 3 matches

by berndt_dm
Fri Feb 11, 2005 1:13 pm
Forum: General
Topic: Syntax Highlighting for Comments, in need of Help
Replies: 9
Views: 1455

bump
by berndt_dm
Fri Jan 14, 2005 11:09 am
Forum: General
Topic: Syntax Highlighting for Comments, in need of Help
Replies: 9
Views: 1455


Hmmm, looks very like ATLAS to me


You are correct Steve it is ATLAS. Good eye.


so set the flag to C0 (that's a zero) instead of C.


Even if all the line numbers started with C0 this wouldn't work because you run into the same problem if something trails the C0, i.e.

C000010 comment ...
by berndt_dm
Wed Jan 12, 2005 2:11 pm
Forum: General
Topic: Syntax Highlighting for Comments, in need of Help
Replies: 9
Views: 1455

Syntax Highlighting for Comments, in need of Help

My problem is with the following features in the .syn files.

SingleComment = C
SingleCommentCol = 1

It works fine for the following cases

C This is a comment
C****** This is a comment *******

However, does not work in the following case

C000010 This line is a comment

Unfortunately, the for a ...