mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 09:40:06 +08:00
18 lines
254 B
Scheme
18 lines
254 B
Scheme
|
[(import_declaration)
|
||
|
(const_declaration)
|
||
|
(type_declaration)
|
||
|
(literal_value)
|
||
|
(type_initializer)
|
||
|
(block)
|
||
|
(map)
|
||
|
(call_expression)
|
||
|
(parameter_list)]
|
||
|
@indent.begin
|
||
|
|
||
|
[ "}"]
|
||
|
@indent.branch
|
||
|
|
||
|
(parameter_list ")" @indent.branch)
|
||
|
|
||
|
(comment) @indent.ignore
|