1
0
mirror of https://github.com/helix-editor/helix synced 2026-01-26 17:48:22 +01:00
helix/runtime/queries/jq/locals.scm
2025-05-13 19:01:10 -04:00

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)