mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
17 lines
236 B
Scheme
17 lines
236 B
Scheme
|
|
; Scopes
|
||
|
|
[
|
||
|
|
(function_item)
|
||
|
|
(closure_expression)
|
||
|
|
(block)
|
||
|
|
] @local.scope
|
||
|
|
|
||
|
|
; Definitions
|
||
|
|
(parameter
|
||
|
|
(identifier) @local.definition)
|
||
|
|
|
||
|
|
(closure_parameters
|
||
|
|
(identifier) @local.definition)
|
||
|
|
|
||
|
|
; References
|
||
|
|
(identifier) @local.reference
|