mirror of
https://github.com/neovim/neovim.git
synced 2025-11-23 10:36:29 +00:00
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:
@@ -296,6 +296,7 @@ local extension = {
|
||||
desc = 'desc',
|
||||
directory = 'desktop',
|
||||
desktop = 'desktop',
|
||||
dhall = 'dhall',
|
||||
diff = 'diff',
|
||||
rej = 'diff',
|
||||
Dockerfile = 'dockerfile',
|
||||
|
||||
Reference in New Issue
Block a user