aboutsummaryrefslogtreecommitdiffstats
path: root/queries/ron/locals.scm
blob: de90d35fd8ca565060dc07b15ec270821cb601fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
(source_file) @scope
(source_file (array) @scope)
(source_file (map) @scope)
(source_file (struct) @scope)
(source_file (tuple) @scope)

(identifier) @reference

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

(struct (struct_name) @definition.type)