Skip to content

Commit 9fe90ca

Browse files
committed
Add original sublime-build file
Issue #16
1 parent e570597 commit 9fe90ca

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

settings/sublime/LICENSE

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Some files in this directory were copied from
2+
https://github.com/sublimehq/Packages repository and
3+
are covered by their original license:
4+
5+
Permission to copy, use, modify, sell and distribute this
6+
software is granted. This software is provided "as is" without
7+
express or implied warranty, and with no claim as to its
8+
suitability for any purpose.
9+
10+
See https://github.com/sublimehq/Packages/blob/master/LICENSE for more
11+
details.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"shell_cmd": "python -u \"$file\"",
3+
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
4+
"selector": "source.python",
5+
"variants":
6+
[
7+
{
8+
"name": "Syntax Check",
9+
"shell_cmd": "python -m py_compile \"${file}\"",
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)