Skip to content

Instantly share code, notes, and snippets.

@typeoneerror
Created May 2, 2015 19:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save typeoneerror/bdc90335721808e83ee0 to your computer and use it in GitHub Desktop.
Save typeoneerror/bdc90335721808e83ee0 to your computer and use it in GitHub Desktop.
.sublime-project
{
"settings": {
"todoreview": {
"case_sensitive": true,
"patterns": {
"HIGH": "HIGH[\\s]*?:[\\s]*(?P<high>.*)$",
"TODO": "TODO[\\s]*?:[\\s]*(?P<todo>.*)$",
"NOTE": "NOTE[\\s]*?:[\\s]*(?P<note>.*)$",
"FIXME": "FIX ?ME[\\s]*?:[\\s]*(?P<fixme>.*)$",
"CHANGED": "CHANGED[\\s]*?:[\\s]*(?P<changed>.*)$"
},
"pattern_weights": {
"FIXME": 1,
"HIGH": 2,
"TODO": 3,
"NOTE": 4,
"CHANGED": 5
},
"include_paths": [
"/Users/typeoneerror/Dev/Doki/frontend/app",
"/Users/typeoneerror/Dev/Doki/backend/engines/doki_core/app"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment