aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/uxntal/locals.scm
blob: 41fbb5b664c20a5808efee444d82ae5ca77bb804 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
; Scopes
[
  (program)
  (macro)
  (memory_execution)
  (subroutine)
] @local.scope

; References
(identifier) @local.reference

; Definitions
(label
  "@"
  .
  (identifier) @local.definition.function)

(macro
  "%"
  .
  (identifier) @local.definition.macro)