properly process lua files

This commit is contained in:
Jean-Francois Dockes 2018-02-05 15:31:13 +01:00
parent 7b83438e9c
commit bc6592c4ff
3 changed files with 5 additions and 0 deletions

View File

@ -171,6 +171,7 @@ text/x-fictionbook = exec rclfb2
text/x-gaim-log = exec rclgaim
text/x-html-sidux-man = exec rclsiduxman
text/x-html-aptosid-man = exec rclaptosidman
text/x-lua = internal
text/x-chm-html = internal text/html
text/x-ini = internal text/plain
text/x-java = internal text/plain
@ -283,6 +284,7 @@ text/x-fictionbook = document
text/x-html-aptosid-man = aptosid-book
text/x-html-sidux-man = sidux-book
text/x-ini = txt
text/x-lua = source
text/x-java = source
text/x-mail = message
text/x-man = document
@ -349,6 +351,7 @@ text = \
text/x-c \
text/x-c++ \
text/x-c+ \
text/x-lua \
text/x-fictionbook \
text/x-html-aptosid-man \
text/x-html-sidux-man \

View File

@ -26,6 +26,7 @@
.css = text/css
.java = text/x-java
.js = application/javascript
.lua = text/x-lua
.f = text/x-fortran
.py = text/x-python
.awk = application/x-awk

View File

@ -160,6 +160,7 @@ text/x-tex = emacsclient --no-wait %f
text/plain = emacsclient --no-wait %f
text/x-awk = emacsclient --no-wait %f
text/x-c = emacsclient --no-wait %f
text/x-lua = emacsclient --no-wait %f
text/x-c+ = emacsclient --no-wait %f
text/x-c++ = emacsclient --no-wait %f
text/x-csv = libreoffice %f