feat: add Uxn Tal

This commit is contained in:
Amaan Qureshi 2023-03-07 04:32:20 -05:00 committed by Christian Clason
parent 356c9db347
commit ba4bce9bb7
8 changed files with 145 additions and 0 deletions

22
queries/uxntal/locals.scm Normal file
View file

@ -0,0 +1,22 @@
; Scopes
[
(program)
(macro)
(memory_execution)
(subroutine)
] @scope
; References
(identifier) @reference
; Definitions
(label
"@"
. (identifier) @definition.function)
(macro
"%"
. (identifier) @definition.macro)