Bruno BELANYI
b04cd92189
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Once again, treating module as function calls, since that's basically what they are...
15 lines
272 B
Scheme
15 lines
272 B
Scheme
(module
|
|
(property
|
|
field: (identifier) @local.definition.parameter))
|
|
|
|
(map_expression
|
|
(property
|
|
field: (identifier) @local.definition.field))
|
|
|
|
(assignment
|
|
left: (identifier) @local.definition.var)
|
|
|
|
(identifier) @local.reference
|
|
|
|
; vim: sw=2 foldmethod=marker
|