mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-12-22 13:52:12 +01:00
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:
parent
2957904dbd
commit
ea85f365e5
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue