diff options
| author | Thomas Vigouroux <tomvig38@gmail.com> | 2020-09-07 18:14:54 +0200 |
|---|---|---|
| committer | Thomas Vigouroux <tomvig38@gmail.com> | 2020-09-11 12:02:35 +0200 |
| commit | b90e520ccdbb9d88fb4f7e7a7eea73de196c856c (patch) | |
| tree | 0ec450938bff4399dfdfc3c68a7ebdff1edf9e3c /queries/cpp/highlights.scm | |
| parent | 5d2b8665183de74bb4b23ee4e7d6c5a05e854299 (diff) | |
ci: fix wrong queries
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 38bb7f2f..0b727c3a 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 |
