Add Emacs file extensions

* Emacs has the `el` extension for Emacs lisp.  Byte-compiled lisp has
`elc`.  Natively compiled lisp has `eln`.  Org-mode has the `org`
extension.
This commit is contained in:
Etienne Prud’homme 2021-12-24 22:44:30 -05:00
parent 2957904dbd
commit ea85f365e5
No known key found for this signature in database
GPG Key ID: 1BF38BFA3390A95A
1 changed files with 5 additions and 0 deletions

View File

@ -83,6 +83,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.md 38;5;184
.mkd 38;5;184
.nfo 38;5;184
.org 38;5;184
.pod 38;5;184
.rst 38;5;184
.tex 38;5;184
@ -262,6 +263,10 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.cl 38;5;81
.lisp 38;5;81
.rkt 38;5;81
# Emacs Lisp
.el 38;5;81
.elc 38;5;241
.eln 38;5;241
# lua
.lua 38;5;81
# Moonscript