From 92f190508cd4a41e49bdb930c3387ffe9f88ad39 Mon Sep 17 00:00:00 2001 From: Shawon Date: Sun, 28 Sep 2025 23:16:38 +0600 Subject: [PATCH] fix(kitty): Fixed some errors in the queries --- runtime/queries/kitty/highlights.scm | 2 +- runtime/queries/kitty/injections.scm | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/runtime/queries/kitty/highlights.scm b/runtime/queries/kitty/highlights.scm index 0f96693ea..2988ea352 100644 --- a/runtime/queries/kitty/highlights.scm +++ b/runtime/queries/kitty/highlights.scm @@ -71,7 +71,7 @@ (flag) @constant ((string) @constant - (#match? @constant "^-")) + (#lua-match? @constant "^-")) (generic_action) @function.call diff --git a/runtime/queries/kitty/injections.scm b/runtime/queries/kitty/injections.scm index f01cdadb5..74fde7b76 100644 --- a/runtime/queries/kitty/injections.scm +++ b/runtime/queries/kitty/injections.scm @@ -29,8 +29,3 @@ (comment (comment_content) @injection.content (#set! injection.language "comment")) - -; Integration for `doctext`. -; (comment -; (comment_content) @injection.content -; (#set! injection.language "comment"))