Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
; Scopes
(module (_) @local.scope)

(function
  body: (_) @local.scope)

; Definitions
(arg
  (identifier) @local.definition.variable.parameter)

(arg
  (variable (identifier)) @local.definition.parameter)

(import_item
  (identifier) @local.definition.namespace)

(entry_block
  (identifier) @local.definition.variable.other.member)

(entry_inline
  (identifier) @local.definition.variable.other.member)

; References
(identifier) @local.reference