mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
12 lines
253 B
Scheme
12 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)
|