mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -04:00
22 lines
269 B
Scheme
22 lines
269 B
Scheme
; Scopes
|
|
;-------
|
|
|
|
[
|
|
(let_binding)
|
|
(class_binding)
|
|
(class_function)
|
|
(method_definition)
|
|
(fun_expression)
|
|
(match_case)
|
|
(for_expression)
|
|
] @scope
|
|
|
|
; Definitions
|
|
;------------
|
|
|
|
(value_pattern) @definition
|
|
|
|
; References
|
|
;------------
|
|
|
|
(value_name) @reference
|