feat: add cue

This commit is contained in:
Amaan Qureshi 2023-03-04 04:31:11 -05:00
parent d7cef15b01
commit 376d74006f
8 changed files with 237 additions and 0 deletions

21
queries/cue/indents.scm Normal file
View file

@ -0,0 +1,21 @@
[
(import_spec_list)
(field)
] @indent
[
"}"
"]"
")"
] @indent_end
[ "{" "}" ] @branch
[ "[" "]" ] @branch
[ "(" ")" ] @branch
[
(ERROR)
(comment)
] @auto