Skip to content

Instantly share code, notes, and snippets.

@fernandojsg
Created May 5, 2013 16:10
Show Gist options
  • Save fernandojsg/5521264 to your computer and use it in GitHub Desktop.
Save fernandojsg/5521264 to your computer and use it in GitHub Desktop.
SUBLIMETEXT: SublimeTODO Config
{
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"todo":
{
/*"file_exclude_patterns":["*.css", "*.po", "*.mo"],*/
"folder_exclude_patterns": ["build","ext","images"],
"patterns":
{
/*"BUG": "BUG[\\s]*?:+(?P<bug>.*)$",*/
"TODO": "@todo[\\s]*? +(?P<todo>.*)$",
"FIXME": "@fixme[\\s]*? +(?P<fixme>.*)$"
},
"case_sensitive": true,
"result_title": "TODO Results"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment