mirror of
https://github.com/realAscot/helix.git
synced 2025-09-15 04:33:04 +02:00
13 lines
293 B
Scheme
13 lines
293 B
Scheme
|
(formal_parameters
|
||
|
[
|
||
|
(identifier) @variable.parameter
|
||
|
(array_pattern
|
||
|
(identifier) @variable.parameter)
|
||
|
(object_pattern
|
||
|
[
|
||
|
(pair_pattern value: (identifier) @variable.parameter)
|
||
|
(shorthand_property_identifier_pattern) @variable.parameter
|
||
|
])
|
||
|
]
|
||
|
)
|