Fix C++ locals

This commit is contained in:
Stephan Seitz 2021-03-07 21:06:37 +01:00 committed by Kiyan
parent fac9fef397
commit 0894b5d0bd

View file

@ -53,10 +53,9 @@
name: (scoped_identifier
name: (identifier) @definition.function)) @scope
;; TODO!!
;(function_declarator
;declarator: (scoped_identifier
;name: (type_identifier) @definition.function)) @scope
(function_declarator
declarator: (scoped_identifier
name: (identifier) @definition.function)) @scope
(field_declaration
declarator: (function_declarator
@ -69,6 +68,3 @@
body: (_) @scope)
(catch_clause) @scope
;(destructor_name
;name: (_) @constructor)