nvim-treesitter/runtime/queries/uxntal/locals.scm
2023-09-09 16:17:08 +02:00

22 lines
260 B
Scheme

; Scopes
[
(program)
(macro)
(memory_execution)
(subroutine)
] @local.scope
; References
(identifier) @local.reference
; Definitions
(label
"@"
. (identifier) @local.definition.function)
(macro
"%"
. (identifier) @local.definition.macro)