mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -04:00
12 lines
241 B
Scheme
12 lines
241 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
|