mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
feat: add Uxn Tal
This commit is contained in:
parent
356c9db347
commit
ba4bce9bb7
8 changed files with 145 additions and 0 deletions
22
queries/uxntal/locals.scm
Normal file
22
queries/uxntal/locals.scm
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
; Scopes
|
||||
|
||||
[
|
||||
(program)
|
||||
(macro)
|
||||
(memory_execution)
|
||||
(subroutine)
|
||||
] @scope
|
||||
|
||||
; References
|
||||
|
||||
(identifier) @reference
|
||||
|
||||
; Definitions
|
||||
|
||||
(label
|
||||
"@"
|
||||
. (identifier) @definition.function)
|
||||
|
||||
(macro
|
||||
"%"
|
||||
. (identifier) @definition.macro)
|
||||
Loading…
Add table
Add a link
Reference in a new issue