sh: support mksh

This commit is contained in:
Kylie McClain 2017-11-02 23:18:58 -04:00
parent 39e63cf518
commit 79f725a558

View File

@ -1,4 +1,4 @@
hook global BufCreate .*\.(z|ba|c|k)?sh(rc|_profile)? %{
hook global BufCreate .*\.(z|ba|c|k|mk)?sh(rc|_profile)? %{
set buffer filetype sh
}