diff options
Diffstat (limited to 'queries/cpp/highlights.scm')
| -rw-r--r-- | queries/cpp/highlights.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/queries/cpp/highlights.scm b/queries/cpp/highlights.scm index 38bb7f2fd..0b727c3ad 100644 --- a/queries/cpp/highlights.scm +++ b/queries/cpp/highlights.scm @@ -124,6 +124,6 @@ ; Annotations (not fully supported by parser) -((ERROR) @annotation - (vim-match? @annotation "\[?\[.*\]\]?.*$")) -(attribute) @annotation +((ERROR) @attribute + (vim-match? @attribute "\[?\[.*\]\]?.*$")) +(attribute) @attribute |
