From 3f28484eff8972f88b10cc5d3c5dc6ded7922e1d Mon Sep 17 00:00:00 2001 From: Shawon Date: Sun, 28 Sep 2025 21:23:06 +0600 Subject: [PATCH] refactor(kitty): Removed `#match?` --- 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 2125989b7..0f96693ea 100644 --- a/runtime/queries/kitty/highlights.scm +++ b/runtime/queries/kitty/highlights.scm @@ -19,7 +19,7 @@ (color) @constant ((color) @constant - (#match? @constant "^[^#]")) + (#lua-match? @constant "^[^#]")) (string) @string