Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nonlinear/3886568 to your computer and use it in GitHub Desktop.
Save nonlinear/3886568 to your computer and use it in GitHub Desktop.
SUBLIME: SublimeTODO config
// add before end of brackets
"todo":
{
"file_exclude_patterns":[
"*.po", "*.log", "*.scssc", "*.mo"
],
"folder_exclude_patterns": [
"static", "vendor", "tmp"
],
"patterns":
{
"BUG": "BUG[\\s]*?:+(?P<bug>.*)$"
},
"case_sensitive": true,
"result_title": "TODO"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment