Skip to content

Instantly share code, notes, and snippets.

View bryantwilliam's full-sized avatar

W bryantwilliam

  • New Zealand
  • 01:20 (UTC +12:00)
View GitHub Profile
@ShaharHD
ShaharHD / settings.json
Created September 16, 2019 14:15
todo tree config
"todo-tree.general.tags": ["FIXME:", "HOTFIX:", "INFO:", "NOTICE:", "TODO:"],
"todo-tree.highlights.customHighlight": {
"FIXME:": {
"foreground": "red",
"background": "grey",
"icon": "bell"
},
"HOTFIX:": {
"foreground": "purple",
"background": "white",