mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
feat: add cpon
This commit is contained in:
parent
853b1ab39a
commit
c38646edf2
8 changed files with 93 additions and 0 deletions
23
queries/cpon/indents.scm
Normal file
23
queries/cpon/indents.scm
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[
|
||||
(meta_map)
|
||||
(map)
|
||||
(imap)
|
||||
(array)
|
||||
] @indent
|
||||
|
||||
[
|
||||
"]"
|
||||
"}"
|
||||
">"
|
||||
] @indent_end
|
||||
|
||||
[ "{" "}" ] @branch
|
||||
|
||||
[ "[" "]" ] @branch
|
||||
|
||||
[ "<" ">" ] @branch
|
||||
|
||||
[
|
||||
(ERROR)
|
||||
(comment)
|
||||
] @auto
|
||||
Loading…
Add table
Add a link
Reference in a new issue