mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
13 lines
280 B
Plaintext
13 lines
280 B
Plaintext
{
|
|
"shell_cmd": "python -u \"$file\"",
|
|
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
|
|
"selector": "source.python",
|
|
"variants":
|
|
[
|
|
{
|
|
"name": "Syntax Check",
|
|
"shell_cmd": "python -m py_compile \"${file}\"",
|
|
}
|
|
]
|
|
}
|