rc/markdown: add another markdown extension (.mkd)
This commit is contained in:
parent
7a36a4644e
commit
6325950758
|
@ -8,7 +8,7 @@ hook global BufSetOption mimetype=text/x-markdown %{
|
||||||
set buffer filetype markdown
|
set buffer filetype markdown
|
||||||
}
|
}
|
||||||
|
|
||||||
hook global BufCreate .*[.](markdown|md) %{
|
hook global BufCreate .*[.](markdown|md|mkd) %{
|
||||||
set buffer filetype markdown
|
set buffer filetype markdown
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user