Fix MIME type detection
This commit is contained in:
parent
67849f2db7
commit
11153adcd8
|
@ -11,7 +11,7 @@ hook global BufSetOption mimetype=text/x-lua %{
|
||||||
}
|
}
|
||||||
|
|
||||||
hook global BufCreate .*[.](lua) %{
|
hook global BufCreate .*[.](lua) %{
|
||||||
set buffer filetype lua
|
set buffer mimetype text/x-lua
|
||||||
}
|
}
|
||||||
|
|
||||||
# Highlighters
|
# Highlighters
|
||||||
|
|
Loading…
Reference in New Issue
Block a user