properly process lua files
This commit is contained in:
parent
7b83438e9c
commit
bc6592c4ff
@ -171,6 +171,7 @@ text/x-fictionbook = exec rclfb2
|
|||||||
text/x-gaim-log = exec rclgaim
|
text/x-gaim-log = exec rclgaim
|
||||||
text/x-html-sidux-man = exec rclsiduxman
|
text/x-html-sidux-man = exec rclsiduxman
|
||||||
text/x-html-aptosid-man = exec rclaptosidman
|
text/x-html-aptosid-man = exec rclaptosidman
|
||||||
|
text/x-lua = internal
|
||||||
text/x-chm-html = internal text/html
|
text/x-chm-html = internal text/html
|
||||||
text/x-ini = internal text/plain
|
text/x-ini = internal text/plain
|
||||||
text/x-java = 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-aptosid-man = aptosid-book
|
||||||
text/x-html-sidux-man = sidux-book
|
text/x-html-sidux-man = sidux-book
|
||||||
text/x-ini = txt
|
text/x-ini = txt
|
||||||
|
text/x-lua = source
|
||||||
text/x-java = source
|
text/x-java = source
|
||||||
text/x-mail = message
|
text/x-mail = message
|
||||||
text/x-man = document
|
text/x-man = document
|
||||||
@ -349,6 +351,7 @@ text = \
|
|||||||
text/x-c \
|
text/x-c \
|
||||||
text/x-c++ \
|
text/x-c++ \
|
||||||
text/x-c+ \
|
text/x-c+ \
|
||||||
|
text/x-lua \
|
||||||
text/x-fictionbook \
|
text/x-fictionbook \
|
||||||
text/x-html-aptosid-man \
|
text/x-html-aptosid-man \
|
||||||
text/x-html-sidux-man \
|
text/x-html-sidux-man \
|
||||||
|
|||||||
@ -26,6 +26,7 @@
|
|||||||
.css = text/css
|
.css = text/css
|
||||||
.java = text/x-java
|
.java = text/x-java
|
||||||
.js = application/javascript
|
.js = application/javascript
|
||||||
|
.lua = text/x-lua
|
||||||
.f = text/x-fortran
|
.f = text/x-fortran
|
||||||
.py = text/x-python
|
.py = text/x-python
|
||||||
.awk = application/x-awk
|
.awk = application/x-awk
|
||||||
|
|||||||
@ -160,6 +160,7 @@ text/x-tex = emacsclient --no-wait %f
|
|||||||
text/plain = emacsclient --no-wait %f
|
text/plain = emacsclient --no-wait %f
|
||||||
text/x-awk = emacsclient --no-wait %f
|
text/x-awk = emacsclient --no-wait %f
|
||||||
text/x-c = 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-c++ = emacsclient --no-wait %f
|
text/x-c++ = emacsclient --no-wait %f
|
||||||
text/x-csv = libreoffice %f
|
text/x-csv = libreoffice %f
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user