mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04: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
|
|
])
|
|
]
|
|
)
|