nvim-treesitter/queries/cue/indents.scm

22 lines
174 B
Scheme
Raw Normal View History

2023-03-04 04:31:11 -05:00
[
(import_spec_list)
(field)
] @indent
[
"}"
"]"
")"
] @indent_end
[ "{" "}" ] @branch
[ "[" "]" ] @branch
[ "(" ")" ] @branch
[
(ERROR)
(comment)
] @auto