nvim-treesitter/runtime/queries/uxntal/locals.scm

22 lines
261 B
Scheme
Raw Normal View History

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