1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-28 22:22:41 +03:00

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
}