aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r--runtime/lua/vim/filetype.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index 4d3d219415..d6f680b195 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -952,6 +952,7 @@ local extension = {
env = detect.sh,
ksh = detect.ksh,
sh = detect.sh,
+ mdd = 'sh',
sieve = 'sieve',
siv = 'sieve',
sig = detect.sig,
@@ -1208,7 +1209,6 @@ local extension = {
zsh = 'zsh',
zunit = 'zsh',
['zsh-theme'] = 'zsh',
- mdd = 'zsh',
vala = 'vala',
web = detect.web,
pl = detect.pl,