feat(kdl): update parser & queries fixing the comment bug

This commit is contained in:
Amaan Qureshi 2023-02-28 20:26:51 -05:00
parent 5b9339f6f4
commit 75d98eaac4
2 changed files with 7 additions and 4 deletions

View file

@ -31,18 +31,21 @@
(number (decimal) @float)
(number (exponent) @float)
(number (decimal) (exponent) @float)
(boolean) @boolean
; Misc
"null" @constant.builtin
; Punctuation
["{" "}"] @punctuation.bracket
["(" ")"] @punctuation.bracket
[
";"
] @punctuation.delimiter
; Comments
[