From 7bf438daa973450dd1027af871e9e22b37b315e7 Mon Sep 17 00:00:00 2001 From: Shawon Date: Sun, 21 Sep 2025 22:45:08 +0600 Subject: [PATCH] feat(kitty): Added spelling support for comments --- runtime/queries/kitty/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/queries/kitty/highlights.scm b/runtime/queries/kitty/highlights.scm index aa89bbb67..2af53719e 100644 --- a/runtime/queries/kitty/highlights.scm +++ b/runtime/queries/kitty/highlights.scm @@ -569,4 +569,4 @@ name: (string) @string.special) ; Comment ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(comment) @comment +(comment) @comment @spell