Skip to content

Instantly share code, notes, and snippets.

@NanoAi
Created May 18, 2019 21:50
Show Gist options
  • Save NanoAi/b686fd800819631e13e319ef606acb7c to your computer and use it in GitHub Desktop.
Save NanoAi/b686fd800819631e13e319ef606acb7c to your computer and use it in GitHub Desktop.
"todo-tree.tags": [
"TODO",
"FIXME",
"STUB",
"NOTE",
],
"todo-tree.labelFormat": "${tag}: ${after}",
"todo-tree.regex": "((--\\[\\[|--|//|#|<!--|;|/\\*|^)\\s*($TAGS)|^\\s*- \\[ \\])",
"todo-tree.grouped": true,
"todo-tree.customHighlight": {
"TODO": {
"foreground": "cyan",
"type": "tag",
},
"FIXME": {
"icon": "alert",
"foreground": "red",
"type": "tag",
},
"NOTE": {
"icon": "bell",
"foreground": "orange",
},
"STUB": {
"icon": "squirrel",
"foreground": "#BA68C8"
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment