Files
openttd-cmclient/cmclient.sublime-project
2015-11-13 04:00:58 +03:00

23 lines
322 B
Plaintext

{
"build_systems":
[
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "python -u \"$file\""
}
],
"folders":
[
{
"file_exclude_patterns":
[
"*.cod"
],
"follow_symlinks": true,
"path": "."
}
]
}