mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
23 lines
236 B
Scheme
23 lines
236 B
Scheme
|
|
; Scopes
|
||
|
|
|
||
|
|
[
|
||
|
|
(program)
|
||
|
|
(macro)
|
||
|
|
(memory_execution)
|
||
|
|
(subroutine)
|
||
|
|
] @scope
|
||
|
|
|
||
|
|
; References
|
||
|
|
|
||
|
|
(identifier) @reference
|
||
|
|
|
||
|
|
; Definitions
|
||
|
|
|
||
|
|
(label
|
||
|
|
"@"
|
||
|
|
. (identifier) @definition.function)
|
||
|
|
|
||
|
|
(macro
|
||
|
|
"%"
|
||
|
|
. (identifier) @definition.macro)
|