Created
June 14, 2012 11:04
-
-
Save dwilliamson/2929663 to your computer and use it in GitHub Desktop.
build_systems example for Sublime with VC++ error regex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// http://www.sublimetext.com/docs/2/projects.html | |
"build_systems": | |
[ | |
{ | |
"cmd": "pib.bat", | |
"file_regex": "^\\s*(..[^\\(\n]*)\\(([0-9]+)\\)() : (.*)$", | |
"name": "PiB C++", | |
"path": "D:/dev/projects/PiB/Python", | |
"selector": "source.c++", | |
"working_dir": "D:/dev/projects/Star/" | |
} | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment