Override mimetype in rust.kak extension detection

Fixes #481
This commit is contained in:
Maxime Coste 2015-11-15 16:19:10 +00:00
parent 6aa892ef49
commit 60393d580d

View File

@ -10,6 +10,7 @@ hook global BufSetOption mimetype=text/x-rust %{
hook global BufCreate .*[.](rust|rs) %{
set buffer filetype rust
set buffer mimetype ''
}
# Highlighters