mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -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
|
(flag) @constant
|
||||||
|
|
||||||
((string) @constant
|
((string) @constant
|
||||||
(#match? @constant "^-"))
|
(#lua-match? @constant "^-"))
|
||||||
|
|
||||||
(generic_action) @function.call
|
(generic_action) @function.call
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,8 +29,3 @@
|
||||||
(comment
|
(comment
|
||||||
(comment_content) @injection.content
|
(comment_content) @injection.content
|
||||||
(#set! injection.language "comment"))
|
(#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