* syntax/c.syntax: Require at least one space at the beginning

of indented cpp directives.  Use brightmagenta for them.
This commit is contained in:
Pavel Roskin 2002-09-27 04:00:30 +00:00
parent 3e7f74c588
commit dee854b21e

View File

@ -62,7 +62,7 @@ context default
keyword whole using yellow/24
keyword whole wchar_t yellow/24
keyword whole ... yellow/24
keyword whole linestart \[\s\t\]#*\n brightred/18
keyword whole linestart \{\s\t\}\[\s\t\]#*\n brightmagenta/19
keyword /\* brown/22
keyword \*/ brown/22