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

28 lines
215 B
Scheme
Raw Normal View History

2023-02-23 04:42:37 -05:00
[
(array)
(object)
] @indent.begin
2023-02-23 04:42:37 -05:00
"}" @indent.end
2023-02-23 04:42:37 -05:00
2024-01-06 15:05:50 +09:00
[
"{"
"}"
] @indent.branch
2023-02-23 04:42:37 -05:00
2024-01-06 15:05:50 +09:00
[
"["
"]"
] @indent.branch
2023-02-23 04:42:37 -05:00
2024-01-06 15:05:50 +09:00
[
"("
")"
] @indent.branch
2023-02-23 04:42:37 -05:00
[
(ERROR)
(comment)
(diagnostic_comment)
] @indent.auto