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
|
@ -71,7 +71,7 @@ func Execute(res http.ResponseWriter, req *http.Request) {
|
|||
"cpp", "c++",
|
||||
"csharp", "cs", "c#",
|
||||
"elixir", "exs",
|
||||
"emacs", "elisp", "el",
|
||||
"emacs", "elisp", "el", "lisp",
|
||||
"go",
|
||||
"java",
|
||||
"julia", "jl",
|
||||
|
@ -142,7 +142,7 @@ func launch(request Inbound, res http.ResponseWriter) {
|
|||
execlang = "cpp"
|
||||
case "cs", "c#":
|
||||
execlang = "csharp"
|
||||
case "el", "elisp":
|
||||
case "el", "elisp", "lisp":
|
||||
execlang = "emacs"
|
||||
case "exs":
|
||||
execlang = "elixir"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue