aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index ee6d4ae..2a9e258 100644
--- a/config.def.h
+++ b/config.def.h
@@ -869,10 +869,10 @@ static Color colors[] = {
/* common rules, used by multiple languages */
-#define SYNTAX_MULTILINE_COMMENT { \
- "(/\\*([^*]|\\*+[^*/])*\\*+/|/\\*([^*]|\\*[^/])*$|^([^/]|/[^*])*\\*/)", \
- &colors[COLOR_COMMENT], \
- true, /* multiline */ \
+#define SYNTAX_MULTILINE_COMMENT { \
+ "(/\\*([^*]|\\*+[^*/])*\\*+/|/\\*([^*]|\\*+[^*/])*$|^([^/]|/+[^/*])*\\*/)", \
+ &colors[COLOR_COMMENT], \
+ true, /* multiline */ \
}
#define SYNTAX_SINGLE_LINE_COMMENT { \