Media Summary: "cmd": ["python", "$file"], "selector": "source.python", "file_regex": "^\\s*File \"(...*?)\", line ([0-9]*)" } Replace "python" from the first ... Python Tutorial: Custom Sublime Text Build Systems Copy paste the following commands: "cmd": ["python3", "-i", "-u", "$file"], "file_regex": "^[ ]File \"(...?)\", line ([0-9]*)", "selector": ...
How To Create Sublime Text Build System - Detailed Analysis & Overview
"cmd": ["python", "$file"], "selector": "source.python", "file_regex": "^\\s*File \"(...*?)\", line ([0-9]*)" } Replace "python" from the first ... Python Tutorial: Custom Sublime Text Build Systems Copy paste the following commands: "cmd": ["python3", "-i", "-u", "$file"], "file_regex": "^[ ]File \"(...?)\", line ([0-9]*)", "selector": ... Hello! Welcome back to another video! In this video, I'm going to show you how to add a LÖVE "cmd": ["node", "$file"], "selector": "source.js" }