Skip to content

Commit

Permalink
added Black
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisMitchell committed Nov 3, 2017
1 parent 0d9df34 commit aa2e81d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
30 changes: 30 additions & 0 deletions usr/share/tio.run/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,36 @@
},
"update": "git"
},
"blak": {
"categories": [
"recreational"
],
"encoding": "SBCS",
"link": "https://github.com/TryItOnline/blak",
"name": "Black (blak)",
"tests": {
"helloWorld": {
"request": [
{
"command": "F",
"payload": {
".code.tio": "> Hello, World!"
}
},
{
"command": "V",
"payload": {
"args": [
"-e1"
]
}
}
],
"response": "> Hello, World!"
}
},
"update": "git"
},
"blc": {
"categories": [
"recreational"
Expand Down
3 changes: 3 additions & 0 deletions wrappers/blak
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

/opt/blak/blak .code.tio "$@" < .input.tio

0 comments on commit aa2e81d

Please sign in to comment.