mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(kitty): Fixed some errors in the queries
This commit is contained in:
parent
3f28484eff
commit
92f190508c
2 changed files with 1 additions and 6 deletions
|
|
@ -71,7 +71,7 @@
|
|||
(flag) @constant
|
||||
|
||||
((string) @constant
|
||||
(#match? @constant "^-"))
|
||||
(#lua-match? @constant "^-"))
|
||||
|
||||
(generic_action) @function.call
|
||||
|
||||
|
|
|
|||
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue