fix(kitty): Fixed some errors in the queries

This commit is contained in:
Shawon 2025-09-28 23:16:38 +06:00
parent 3f28484eff
commit 92f190508c
2 changed files with 1 additions and 6 deletions

View file

@ -71,7 +71,7 @@
(flag) @constant
((string) @constant
(#match? @constant "^-"))
(#lua-match? @constant "^-"))
(generic_action) @function.call

View file

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