aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/vrl/locals.scm
blob: 786da98c506f8d43dc1665abc4e136d35b967319 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(closure_variables
  (ident) @local.definition.parameter)

[
  (ident)
  (metadata)
] @local.reference

(query
  (event) @local.reference)

[
  (block)
  (closure)
  (if_statement)
] @local.scope