diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 4a9ac9a..f41dd81 100644 --- a/config.def.h +++ b/config.def.h @@ -889,7 +889,7 @@ static Color colors[] = { /* common rules, used by multiple languages */ #define SYNTAX_MULTILINE_COMMENT { \ - "(/\\*([^*]|\\*[^/])*\\*/|/\\*([^*]|\\*[^/])*$|^([^/]|/[^*])*\\*/)", \ + "(/\\*([^*]|\\*+[^*/])*\\*+/|/\\*([^*]|\\*[^/])*$|^([^/]|/[^*])*\\*/)", \ &colors[COLOR_COMMENT], \ true, /* multiline */ \ } |
