C++ locals: Add reference_declarator (analogous to pointer_declarator for C locals)

This commit is contained in:
Stephan Seitz
2020-07-04 19:06:53 +02:00
committed by Thomas Vigouroux
parent e4cd88baa4
commit 07cd0b4d8c

View File

@@ -3,6 +3,8 @@
(class_specifier) @scope
(struct_specifier) @scope
(reference_declarator
(identifier) @definition.var)
(struct_specifier
name: (type_identifier) @definition.type)