klank-docs/system.sublime-build

8 lines
175 B
Plaintext
Raw Normal View History

2024-12-18 17:24:39 +00:00
{
"selector": "text.html.markdown",
"cmd": ["python", "app.py"],
"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
"working_dir": "$file_path",
"shell": true
}