nvim-treesitter/runtime/queries/ron/indents.scm

22 lines
153 B
Scheme
Raw Normal View History

2023-02-04 15:42:12 -05:00
[
(array)
(map)
(tuple)
(struct)
] @indent.begin
2023-02-04 15:42:12 -05:00
2024-01-06 15:05:50 +09:00
[
"{"
"}"
] @indent.branch
2023-02-04 15:42:12 -05:00
2024-01-06 15:05:50 +09:00
[
"("
")"
] @indent.branch
2023-02-04 15:42:12 -05:00
2024-01-06 15:05:50 +09:00
[
"["
"]"
] @indent.branch