feat(parsers): add kitty (#8129)

This commit is contained in:
Mouinul Hossain 2025-09-29 07:04:09 +06:00 committed by GitHub
parent 9176343647
commit db50897909
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 215 additions and 0 deletions

View file

@ -0,0 +1,31 @@
(launch_source_window
value: (string) @injection.content
(#set! injection.language "regex"))
(launch_next_to
value: (string) @injection.content
(#set! injection.language "regex"))
(marker_entry
(pattern) @injection.content
(#set! injection.language "regex"))
(color_match
(pattern) @injection.content
(#set! injection.language "regex"))
(color_match_tab
(pattern) @injection.content
(#set! injection.language "regex"))
(include
glob: (pattern) @injection.content
(#set! injection.language "regex"))
(filter_element
(pattern) @injection.content
(#set! injection.language "regex"))
(comment
(comment_content) @injection.content
(#set! injection.language "comment"))