nvim-treesitter/queries/bicep/indents.scm
2023-02-24 17:43:13 -05:00

18 lines
169 B
Scheme

[
(array)
(object)
] @indent
"}" @indent_end
[ "{" "}" ] @branch
[ "[" "]" ] @branch
[ "(" ")" ] @branch
[
(ERROR)
(comment)
(diagnostic_comment)
] @auto