mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
feat: add cue
This commit is contained in:
parent
d7cef15b01
commit
376d74006f
8 changed files with 237 additions and 0 deletions
21
queries/cue/indents.scm
Normal file
21
queries/cue/indents.scm
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[
|
||||
(import_spec_list)
|
||||
(field)
|
||||
] @indent
|
||||
|
||||
[
|
||||
"}"
|
||||
"]"
|
||||
")"
|
||||
] @indent_end
|
||||
|
||||
[ "{" "}" ] @branch
|
||||
|
||||
[ "[" "]" ] @branch
|
||||
|
||||
[ "(" ")" ] @branch
|
||||
|
||||
[
|
||||
(ERROR)
|
||||
(comment)
|
||||
] @auto
|
||||
Loading…
Add table
Add a link
Reference in a new issue