rc/markdown: add another markdown extension (.mkd)

This commit is contained in:
Kylie McClain 2015-08-13 15:06:55 -04:00
parent 7a36a4644e
commit 6325950758

View File

@ -8,7 +8,7 @@ hook global BufSetOption mimetype=text/x-markdown %{
set buffer filetype markdown
}
hook global BufCreate .*[.](markdown|md) %{
hook global BufCreate .*[.](markdown|md|mkd) %{
set buffer filetype markdown
}