fix(uxntal): move @variable query higher

This commit is contained in:
Amaan Qureshi 2023-07-15 01:56:24 -04:00 committed by ObserverOfTime
parent 12d970f8ae
commit 51ea343f70

View file

@ -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