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"))