mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 16:00:07 +08:00
18 lines
227 B
Scheme
Vendored
18 lines
227 B
Scheme
Vendored
[(import_declaration)
|
|
(const_declaration)
|
|
(type_declaration)
|
|
(literal_value)
|
|
(type_initializer)
|
|
(block)
|
|
(map)
|
|
(call_expression)
|
|
(parameter_list)]
|
|
@indent
|
|
|
|
[ "}"]
|
|
@branch
|
|
|
|
(parameter_list ")" @branch)
|
|
|
|
(comment) @ignore
|