mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
add support for elisp scripts
This commit is contained in:
parent
7bc9b5b63a
commit
1e0b44c8a7
3 changed files with 6 additions and 0 deletions
|
@ -87,6 +87,9 @@ case "$lang" in
|
|||
"rust")
|
||||
bin=rust
|
||||
;;
|
||||
"elisp" | "el")
|
||||
bin=emacs
|
||||
;;
|
||||
"bash")
|
||||
bin=bash
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue