mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
225 B
Scheme
13 lines
225 B
Scheme
3 months ago
|
;; From nvim-treesitter, contributed by @ObserverOfTime et al.
|
||
|
|
||
|
(funcdef
|
||
|
(identifier) @local.definition)
|
||
|
|
||
|
(funcdefargs
|
||
|
(identifier) @local.definition)
|
||
|
|
||
|
(funcname) @local.reference
|
||
|
|
||
|
(index
|
||
|
(identifier) @local.reference)
|