summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Leferry 2 <alexherbo2@gmail.com>2016-03-03 18:55:03 +0100
committerAlex Leferry 2 <alexherbo2@gmail.com>2016-03-03 18:55:03 +0100
commit11153adcd811db078be04f08664f67e520f4253c (patch)
treed27b925b571e402d46c67e07b266dc5480123b54
parent67849f2db7df141c09f5b26205d76fea2fcbd583 (diff)
Fix MIME type detection
-rw-r--r--rc/base/lua.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/base/lua.kak b/rc/base/lua.kak
index a1454759..b588834b 100644
--- a/rc/base/lua.kak
+++ b/rc/base/lua.kak
@@ -11,7 +11,7 @@ hook global BufSetOption mimetype=text/x-lua %{
}
hook global BufCreate .*[.](lua) %{
- set buffer filetype lua
+ set buffer mimetype text/x-lua
}
# Highlighters