1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-25 10:32:19 +03:00

Fix MIME type detection

This commit is contained in:
Alex Leferry 2 2016-02-28 17:57:38 +01:00
parent 4ee93c1f85
commit aa39380f4b

View File

@ -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