Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
((method_def) @local.scope
 (#set! local.scope-inherits false))
((fun_def) @local.scope
 (#set! local.scope-inherits false))

(block) @local.scope

(param
  name: (identifier) @local.definition.variable.parameter)

(assign
  lhs: (identifier) @local.definition.variable)

(identifier) @local.reference