Add Idris

This commit is contained in:
1computer1 2019-07-21 19:04:52 -04:00
parent a35478df31
commit 481a9978d5
2 changed files with 3 additions and 1 deletions

View file

@ -23,7 +23,7 @@ int main()
## Supported Languages and Options ## Supported Languages and Options
One of the following language codes is set in `lang`. One of the following language codes is set in `lang`.
Options are optionally set in `options`, which is a semicolon-delimited list of `flag` or `flag=value`. You can see all the possible codes using the `languages` command in the bot.
- `apl` APL - `apl` APL
- `bash` Bash - `bash` Bash
@ -36,6 +36,7 @@ Options are optionally set in `options`, which is a semicolon-delimited list of
- `fs` F# - `fs` F#
- `go` Go - `go` Go
- `hs` Haskell - `hs` Haskell
- `idr` Idris
- `java` Java - `java` Java
- `js` JavaScript - `js` JavaScript
- `julia` Julia - `julia` Julia

View file

@ -61,6 +61,7 @@ const entries = [
['fsharp', ['fsharp', 'fs']], ['fsharp', ['fsharp', 'fs']],
['go', ['golang', 'go']], ['go', ['golang', 'go']],
['haskell', ['haskell', 'hs']], ['haskell', ['haskell', 'hs']],
['idris', ['idris', 'idr']],
['java', ['java']], ['java', ['java']],
['javascript', ['javascript', 'js']], ['javascript', ['javascript', 'js']],
['julia', ['julia']], ['julia', ['julia']],