This commit is contained in:
Bruno BELANYI 2024-05-07 11:09:47 +00:00
parent e0b66e89f9
commit 6d228a0a32
8 changed files with 149 additions and 0 deletions

View file

@ -0,0 +1,14 @@
(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