1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-12 10:48:32 +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)