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