From dee854b21ef357b3b875dd2c130dbc88c3bc816b Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Fri, 27 Sep 2002 04:00:30 +0000 Subject: [PATCH] * syntax/c.syntax: Require at least one space at the beginning of indented cpp directives. Use brightmagenta for them. --- syntax/c.syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/c.syntax b/syntax/c.syntax index 916484931..8ad5ae5fe 100644 --- a/syntax/c.syntax +++ b/syntax/c.syntax @@ -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