vim-patch:9.0.1351: Dhall files are not recognized (#22393)

Problem:    Dhall files are not recognized.
Solution:   Add patterns for Dhall files. (Amaan Qureshi, closes vim/vim#12052)

def5521752

Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
This commit is contained in:
Christian Clason
2023-02-24 17:50:37 +01:00
committed by GitHub
parent 4297127f14
commit 15cce77b38
2 changed files with 2 additions and 0 deletions

View File

@@ -296,6 +296,7 @@ local extension = {
desc = 'desc',
directory = 'desktop',
desktop = 'desktop',
dhall = 'dhall',
diff = 'diff',
rej = 'diff',
Dockerfile = 'dockerfile',