Fix MIME type detection

This commit is contained in:
Alex Leferry 2 2016-03-03 18:55:03 +01:00
parent 67849f2db7
commit 11153adcd8

View File

@ -11,7 +11,7 @@ hook global BufSetOption mimetype=text/x-lua %{
}
hook global BufCreate .*[.](lua) %{
set buffer filetype lua
set buffer mimetype text/x-lua
}
# Highlighters