ci: fix wrong queries

This commit is contained in:
Thomas Vigouroux 2020-09-07 18:14:54 +02:00
parent 5d2b866518
commit b90e520ccd
10 changed files with 22 additions and 23 deletions

View file

@ -35,15 +35,14 @@
; Functions
(constructor_declaration) @scope
(method_declaration
name: (identifier) @definition.scope) @scope
(method_declaration) @scope
; DEFINITIONS
(package_declaration
(identifier) @definition.namespace)
(class_declaration
name: (identifier) @definition.class)
name: (identifier) @definition.type)
(enum_declaration
name: (identifier) @definition.enum)
(method_declaration