1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 15:50:04 +08:00
SpaceVim/bundle/nvim-treesitter/queries/uxntal/locals.scm

23 lines
236 B
Scheme
Vendored

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