Skip to content

Instantly share code, notes, and snippets.

@dwilliamson
Created June 14, 2012 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dwilliamson/2929663 to your computer and use it in GitHub Desktop.
Save dwilliamson/2929663 to your computer and use it in GitHub Desktop.
build_systems example for Sublime with VC++ error regex
// 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