[dev] [vis] [PATCH] Highlight null directive.

From: noname <noname_AT_inventati.org>
Date: Mon, 13 Apr 2015 19:32:36 +0000

---
 config.def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
index ff1a63c..bcacc8d 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -883,7 +883,7 @@ static Color colors[] = {
 }
 
 #define SYNTAX_C_PREPROCESSOR { \
-	"(^#[\\t ]*(define|include(_next)?|(un|ifn?)def|endif|el(if|se)|if|warning|error|pragma))", \
+	"(^#[\\t ]*(define|include(_next)?|(un|ifn?)def|endif|el(if|se)|if|warning|error|pragma)?)", \
 	&colors[COLOR_PREPROCESSOR], \
 }
 
-- 
1.8.4
Received on Mon Apr 13 2015 - 21:32:36 CEST

This archive was generated by hypermail 2.3.0 : Mon Apr 13 2015 - 21:36:08 CEST