vim-patch:9.0.1263: KDL files are not recognized (#22058)

Problem:    KDL files are not recognized.
Solution:   Add a pattern for KDL files. (Amaan Qureshi, closes vim/vim#11898)

907349a743

Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
This commit is contained in:
Christian Clason
2023-01-31 08:12:10 +01:00
committed by GitHub
parent 860fea1a3f
commit b649a96fc0
2 changed files with 2 additions and 0 deletions

View File

@@ -302,6 +302,7 @@ let s:filename_checks = {
\ 'jsp': ['file.jsp'],
\ 'julia': ['file.jl'],
\ 'kconfig': ['Kconfig', 'Kconfig.debug', 'Kconfig.file'],
\ 'kdl': ['file.kdl'],
\ 'kivy': ['file.kv'],
\ 'kix': ['file.kix'],
\ 'kotlin': ['file.kt', 'file.ktm', 'file.kts'],