mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
fix(uxntal): move @variable query higher
This commit is contained in:
parent
12d970f8ae
commit
51ea343f70
1 changed files with 4 additions and 4 deletions
|
|
@ -4,6 +4,10 @@
|
||||||
"~" @include
|
"~" @include
|
||||||
_ @text.uri @string.special)
|
_ @text.uri @string.special)
|
||||||
|
|
||||||
|
; Variables
|
||||||
|
|
||||||
|
(identifier) @variable
|
||||||
|
|
||||||
; Macros
|
; Macros
|
||||||
|
|
||||||
(macro
|
(macro
|
||||||
|
|
@ -44,10 +48,6 @@
|
||||||
((identifier) @repeat
|
((identifier) @repeat
|
||||||
(#eq? @repeat "while"))
|
(#eq? @repeat "while"))
|
||||||
|
|
||||||
; Variables
|
|
||||||
|
|
||||||
(identifier) @variable
|
|
||||||
|
|
||||||
; Literals
|
; Literals
|
||||||
|
|
||||||
(raw_ascii) @string
|
(raw_ascii) @string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue