mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 23:10:11 -04:00
ci: fix wrong queries
This commit is contained in:
parent
5d2b866518
commit
b90e520ccd
10 changed files with 22 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue