nvim-treesitter/queries/bicep/indents.scm

19 lines
169 B
Scheme
Raw Normal View History

2023-02-23 04:42:37 -05:00
[
(array)
(object)
] @indent
"}" @indent_end
[ "{" "}" ] @branch
[ "[" "]" ] @branch
[ "(" ")" ] @branch
[
(ERROR)
(comment)
(diagnostic_comment)
] @auto