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