mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* syntax/c.syntax: Don't treat #define separately from other
preprocessor directives.
This commit is contained in:
parent
dc0e4bf58a
commit
3f02ae47e8
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user