Skip to content

Instantly share code, notes, and snippets.

@jchia
Created April 29, 2012 08:07
Show Gist options
  • Save jchia/2543558 to your computer and use it in GitHub Desktop.
Save jchia/2543558 to your computer and use it in GitHub Desktop.
Some config file to help SublimeText 2 parse gcc error messages.
{
"cmd":
[
"make", "-j", "30", "-k",
"foo", "# This is a SublimeText2 file in my User directory to parse GCC errors."
],
"selector": "source.c++",
"working_dir": "/home/josh.chia/git/build/target",
"file_regex": "^([^:]*):([0-9]+):[0-9]+: (?:error|note):"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment