mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
merge
This commit is contained in:
commit
5c1d85fe11
4 changed files with 10 additions and 1 deletions
|
@ -99,6 +99,12 @@ case "$lang" in
|
|||
"swift")
|
||||
bin=swift
|
||||
;;
|
||||
"elisp" | "el")
|
||||
bin=emacs
|
||||
;;
|
||||
"bash")
|
||||
bin=bash
|
||||
;;
|
||||
"typescript" | "ts")
|
||||
bin=typescript
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue