mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-16 16:46:26 +02:00
Add "lisp" as an alias for "elisp" and "el"
This commit is contained in:
parent
0c152fcd72
commit
7f8b4b19ce
2 changed files with 3 additions and 3 deletions
|
@ -99,7 +99,7 @@ case "$lang" in
|
|||
"swift")
|
||||
bin=swift
|
||||
;;
|
||||
"emacs" | "elisp" | "el")
|
||||
"emacs" | "elisp" | "el" | "lisp")
|
||||
bin=emacs
|
||||
;;
|
||||
"bash")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue