mirror of
https://github.com/helix-editor/helix
synced 2026-01-26 17:48:22 +01:00
13 lines
253 B
Scheme
13 lines
253 B
Scheme
;; From nvim-treesitter, contributed by @ObserverOfTime et al.
|
|
|
|
(funcdef
|
|
(identifier) @local.definition.function)
|
|
|
|
(funcdefargs
|
|
(identifier) @local.definition.variable.parameter)
|
|
|
|
(funcname) @local.reference
|
|
|
|
(index
|
|
(identifier) @local.reference)
|