patch 9.1.1763: filetype: kitty config files are not recognized
Commit:
https://github.com/vim/vim/commit/a946ccf5ffdb7bbc2631c5cbebde18b75a5e284b
Author: Shawon <[email protected]>
Date: Mon Sep 15 19:10:12 2025 +0000
patch 9.1.1763: filetype: kitty config files are not recognized
Problem: filetype: kitty config files are not recognized
Solution: Detect */kitty/*.conf as kitty filetype, include a syntax
script (Shawon).
closes: #18280
Signed-off-by: Shawon <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/.github/MAINTAINERS b/.github/MAINTAINERS
index e94c3cbc5..43b7fb4a6 100644
--- a/.github/MAINTAINERS
+++ b/.github/MAINTAINERS
@@ -536,6 +536,7 @@ runtime/syntax/just.vim
@pbnj
runtime/syntax/jq.vim @vito-c
runtime/syntax/karel.vim @kirillmorozov
runtime/syntax/kconfig.vim @chrisbra
+runtime/syntax/kitty.vim @OXY2DEV
runtime/syntax/kivy.vim @prophittcorey
runtime/syntax/kotlin.vim @udalov
runtime/syntax/kdl.vim @imsnif @jiangyinzuo
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 629d3a1d0..5d27801f2 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1340,6 +1340,9 @@ au BufNewFile,BufRead *.jl setf
julia
" Just
au BufNewFile,BufRead
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1uyEfJ-008cVR-KY%40256bit.org.