From 8ca76960ae75e0a3bb231402558eb50e79433161 Mon Sep 17 00:00:00 2001 From: Ian Hobson Date: Tue, 7 Jan 2025 23:26:48 +0100 Subject: [PATCH] feat(koto): Update highlighting for 0.15 --- queries/koto/highlights.scm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/queries/koto/highlights.scm b/queries/koto/highlights.scm index 021e504cf..bd6ce8d0e 100644 --- a/queries/koto/highlights.scm +++ b/queries/koto/highlights.scm @@ -18,8 +18,12 @@ ">=" ".." "..=" + "->" + (null_check) ] @operator +"let" @keyword + [ "and" "not" @@ -129,3 +133,6 @@ (identifier) @variable.parameter) (ellipsis) @variable.parameter + +(type + _ @type)