mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
16 lines
236 B
Scheme
16 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
|