Skip to content

Instantly share code, notes, and snippets.

View hypernewbie's full-sized avatar
:shipit:

Xi Ma Chen hypernewbie

:shipit:
View GitHub Profile
@jchia
jchia / foo.sublime-build
Created April 29, 2012 08:07
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):"
}