nvim-treesitter/queries/kdl/indents.scm

15 lines
120 B
Scheme
Raw Normal View History

2024-01-06 15:05:50 +09:00
(node
(node_children) @indent.begin)
2023-02-05 21:28:27 -05:00
"}" @indent.end
2023-02-05 21:28:27 -05:00
2024-01-06 15:05:50 +09:00
[
"{"
"}"
] @indent.branch
2023-02-05 21:28:27 -05:00
2024-01-06 15:05:50 +09:00
[
"("
")"
] @indent.branch