feat(cpon): update queries

This commit is contained in:
Amaan Qureshi 2023-05-13 00:52:29 -04:00
parent 32d0baae44
commit ec0d0ffe51
2 changed files with 6 additions and 7 deletions

View file

@ -15,6 +15,8 @@
"d" @character.special
(_) @string.special)
(_ key: (_) @label)
(number) @number
(float) @float
@ -36,6 +38,9 @@
[ "<" ">" ] @punctuation.bracket
(("\"" @conceal)
(#set! conceal ""))
; Comments
(comment) @comment @spell

View file

@ -9,13 +9,7 @@
"]"
"}"
">"
] @indent.end
[ "{" "}" ] @indent.branch
[ "[" "]" ] @indent.branch
[ "<" ">" ] @indent.branch
] @indent.end @indent.branch
[
(ERROR)