feat: add bicep

This commit is contained in:
Amaan Qureshi 2023-02-23 04:42:37 -05:00
parent 061ee1b98f
commit 028b7dfbdd
8 changed files with 363 additions and 0 deletions

18
queries/bicep/indents.scm Normal file
View file

@ -0,0 +1,18 @@
[
(array)
(object)
] @indent
"}" @indent_end
[ "{" "}" ] @branch
[ "[" "]" ] @branch
[ "(" ")" ] @branch
[
(ERROR)
(comment)
(diagnostic_comment)
] @auto