C++ highlights: Add initial support for attributes

This commit is contained in:
Stephan Seitz 2020-08-15 18:48:21 +02:00
parent 994baf4539
commit 06c9f1897c

View file

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