feat(corn): more highlights, comment injections

This commit is contained in:
Riley Bruins 2024-05-13 15:42:09 -07:00 committed by Amaan Qureshi
parent c911f19d91
commit 4d112977c7

View file

@ -1,6 +1,7 @@
"let" @keyword
"in" @keyword
[
"let"
"in"
] @keyword
[
"{"
@ -11,8 +12,15 @@
"." @punctuation.delimiter
[
".."
"="
] @operator
(input) @constant
(null) @constant.builtin
(comment) @comment @spell
(string) @string
@ -21,6 +29,9 @@
(float) @number.float
(float
"." @number.float)
(boolean) @boolean
(null) @keyword
(path_seg) @property