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

@ -8,9 +8,9 @@
; Annotations
(annotation
name: (identifier) @annotation)
name: (identifier) @attribute)
(marker_annotation
name: (identifier) @annotation)
name: (identifier) @attribute)
; Operators and Tokens
@ -123,7 +123,7 @@
name: (identifier) @parameter)
(named_argument
(label (identifier) @variable.parameter))
(label (identifier) @parameter))
; Literals
@ -136,7 +136,7 @@
; (hex_floating_point_literal)
] @number
(symbol_literal) @string.special.symbol
(symbol_literal) @string.special
(string_literal) @string
(true) @boolean
(false) @boolean