mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00
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:
@@ -569,6 +569,7 @@ local extension = {
|
||||
libsonnet = 'jsonnet',
|
||||
jsp = 'jsp',
|
||||
jl = 'julia',
|
||||
kdl = 'kdl',
|
||||
kv = 'kivy',
|
||||
kix = 'kix',
|
||||
kts = 'kotlin',
|
||||
|
@@ -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'],
|
||||
|
Reference in New Issue
Block a user