Update C/C++ highlights to new query syntax

This commit is contained in:
Stephan Seitz 2020-06-07 13:13:24 +02:00
parent e46baab8ca
commit a5fc7b13cc
4 changed files with 17 additions and 16 deletions

View file

@ -17,7 +17,7 @@
(declaration
declarator: (identifier) @definition.var)
(enum_specifier
name: (*) @definition.type
name: (_) @definition.type
(enumerator_list
(enumerator name: (identifier) @definition.var)))