nvim-treesitter/queries/uxntal/locals.scm

23 lines
236 B
Scheme
Raw Normal View History

2023-03-07 04:32:20 -05:00
; Scopes
[
(program)
(macro)
(memory_execution)
(subroutine)
] @scope
; References
(identifier) @reference
; Definitions
(label
"@"
. (identifier) @definition.function)
(macro
"%"
. (identifier) @definition.macro)