mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
17 lines
254 B
Scheme
17 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
|