diff options
| author | noname <noname@inventati.org> | 2015-04-13 19:32:36 +0000 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-04-15 01:26:11 +0200 |
| commit | 1b1590ed4f33f3da16ff648c7e0f1a45db6811dd (patch) | |
| tree | d3fbb8e196d28fdc438eb887f7e6a2a3e55b30a4 | |
| parent | e7e1ff75c21f8f29c9b536e12440d58045206845 (diff) | |
| download | vis-1b1590ed4f33f3da16ff648c7e0f1a45db6811dd.tar.gz vis-1b1590ed4f33f3da16ff648c7e0f1a45db6811dd.tar.xz | |
Highlight null directive.
| -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 e538cbc..e91eddd 100644 --- a/config.def.h +++ b/config.def.h @@ -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], \ } |
