mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
feat: add bicep
This commit is contained in:
parent
061ee1b98f
commit
028b7dfbdd
8 changed files with 363 additions and 0 deletions
18
queries/bicep/indents.scm
Normal file
18
queries/bicep/indents.scm
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[
|
||||
(array)
|
||||
(object)
|
||||
] @indent
|
||||
|
||||
"}" @indent_end
|
||||
|
||||
[ "{" "}" ] @branch
|
||||
|
||||
[ "[" "]" ] @branch
|
||||
|
||||
[ "(" ")" ] @branch
|
||||
|
||||
[
|
||||
(ERROR)
|
||||
(comment)
|
||||
(diagnostic_comment)
|
||||
] @auto
|
||||
Loading…
Add table
Add a link
Reference in a new issue