* syntax/c.syntax: Don't treat #define separately from other

preprocessor directives.
This commit is contained in:
Pavel Roskin 2002-07-09 16:51:15 +00:00
parent dc0e4bf58a
commit 3f02ae47e8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-07-09 Pavel Roskin <proski@gnu.org>
* syntax/c.syntax: Don't treat #define separately from other
preprocessor directives.
2002-07-08 Pavel Roskin <proski@gnu.org>
* syntax/perl.syntax: Highlight text after __END__ as a comment.

View File

@ -92,7 +92,6 @@ context default
keyword , brightcyan/14
keyword : brightcyan/14
keyword ; brightmagenta/19
keyword #define\[\t\s\]\[ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_0123456789\]\[\t\s\]0x\[0123456789abcdefABCDEF\] brightred/18
context exclusive /\* \*/ brown/22
spellcheck
context // \n brown/22