aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/ron/locals.scm
blob: 81e38d5eddf821c740062c47dc10eeccc4d81888 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
(source_file) @local.scope

(source_file
  (array) @local.scope)

(source_file
  (map) @local.scope)

(source_file
  (struct) @local.scope)

(source_file
  (tuple) @local.scope)

(identifier) @local.reference

(struct_entry
  (identifier) @local.definition.field)

(struct_entry
  (identifier) @local.definition.enum
  (enum_variant))

(struct
  (struct_name) @local.definition.type)