mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 02:33:01 +02: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)
|