From b90e520ccdbb9d88fb4f7e7a7eea73de196c856c Mon Sep 17 00:00:00 2001 From: Thomas Vigouroux Date: Mon, 7 Sep 2020 18:14:54 +0200 Subject: ci: fix wrong queries --- queries/cpp/highlights.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'queries/cpp') 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 -- cgit v1.2.3-70-g09d2