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

@@ -569,6 +569,7 @@ local extension = {
libsonnet = 'jsonnet',
jsp = 'jsp',
jl = 'julia',
kdl = 'kdl',
kv = 'kivy',
kix = 'kix',
kts = 'kotlin',