mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
12 lines
225 B
Scheme
12 lines
225 B
Scheme
;; From nvim-treesitter, contributed by @ObserverOfTime et al.
|
|
|
|
(funcdef
|
|
(identifier) @local.definition)
|
|
|
|
(funcdefargs
|
|
(identifier) @local.definition)
|
|
|
|
(funcname) @local.reference
|
|
|
|
(index
|
|
(identifier) @local.reference)
|