mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
_ @text.uri @string.special)
|
||||
|
||||
; Variables
|
||||
|
||||
(identifier) @variable
|
||||
|
||||
; Macros
|
||||
|
||||
(macro
|
||||
|
|
@ -44,10 +48,6 @@
|
|||
((identifier) @repeat
|
||||
(#eq? @repeat "while"))
|
||||
|
||||
; Variables
|
||||
|
||||
(identifier) @variable
|
||||
|
||||
; Literals
|
||||
|
||||
(raw_ascii) @string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue