mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
11 lines
173 B
Scheme
11 lines
173 B
Scheme
|
|
;; Scopes
|
||
|
|
(function_definition) @scope
|
||
|
|
|
||
|
|
;; Definitions
|
||
|
|
(function_definition
|
||
|
|
name: (word) @definition.function)
|
||
|
|
|
||
|
|
;; References
|
||
|
|
(variable_name) @reference
|
||
|
|
(word) @reference
|