feat(koto): Update highlighting for 0.15

This commit is contained in:
Ian Hobson 2025-01-07 23:26:48 +01:00 committed by Christian Clason
parent 10a9464a82
commit 8ca76960ae

View file

@ -18,8 +18,12 @@
">=" ">="
".." ".."
"..=" "..="
"->"
(null_check)
] @operator ] @operator
"let" @keyword
[ [
"and" "and"
"not" "not"
@ -129,3 +133,6 @@
(identifier) @variable.parameter) (identifier) @variable.parameter)
(ellipsis) @variable.parameter (ellipsis) @variable.parameter
(type
_ @type)