aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/jq/locals.scm
blob: 0b8a0997dbdb2bcdf37960ed110731052f902d4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
(funcdef
  (identifier) @local.definition.function)

(funcdefargs
  (identifier) @local.definition.parameter)

(funcname) @local.reference

(index
  (identifier) @local.reference)