spacevim/bundle/nvim-treesitter-0.9.1/queries/bicep/indents.scm

19 lines
203 B
Scheme
Raw Normal View History

2024-08-21 14:17:26 +08:00
[
(array)
(object)
] @indent.begin
"}" @indent.end
[ "{" "}" ] @indent.branch
[ "[" "]" ] @indent.branch
[ "(" ")" ] @indent.branch
[
(ERROR)
(comment)
(diagnostic_comment)
] @indent.auto