nvim-treesitter/runtime/queries/ron/indents.scm
2023-09-09 16:16:51 +02:00

12 lines
141 B
Scheme

[
(array)
(map)
(tuple)
(struct)
] @indent.begin
[ "{" "}" ] @indent.branch
[ "(" ")" ] @indent.branch
[ "[" "]" ] @indent.branch