C++ highlights: Add initial support for attributes

This commit is contained in:
Stephan Seitz 2020-08-15 18:48:21 +02:00 committed by Stephan Seitz
parent 3b2cb65d4c
commit 627a1e558f

View file

@ -117,3 +117,9 @@
"::" @operator
"..." @operator
; Annotations (not fully supported by parser)
((ERROR) @annotation
(vim-match? @annotation "\[?\[.*\]\]?.*$"))
(attribute) @annotation