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:
parent
4ee93c1f85
commit
aa39380f4b
@ -11,7 +11,7 @@ hook global BufSetOption mimetype=text/x-moon %{
|
||||
}
|
||||
|
||||
hook global BufCreate .*[.](moon) %{
|
||||
set buffer filetype moon
|
||||
set buffer mimetype text/x-moon
|
||||
}
|
||||
|
||||
# Highlighters
|
||||
|
Loading…
Reference in New Issue
Block a user