Use : in TODO tags
This commit is contained in:
parent
f5420e5493
commit
451dd574f0
1 changed files with 8 additions and 8 deletions
|
@ -25,10 +25,10 @@
|
||||||
"[!!!]",
|
"[!!!]",
|
||||||
"[!!]",
|
"[!!]",
|
||||||
"[!]",
|
"[!]",
|
||||||
"TODO",
|
"TODO:",
|
||||||
"WORK",
|
"WORK:",
|
||||||
"WAIT",
|
"WAIT:",
|
||||||
"DONE"
|
"DONE:"
|
||||||
],
|
],
|
||||||
"todo-tree.highlights.customHighlight": {
|
"todo-tree.highlights.customHighlight": {
|
||||||
"[!!!]": {
|
"[!!!]": {
|
||||||
|
@ -43,18 +43,18 @@
|
||||||
"fontWeight": "bold",
|
"fontWeight": "bold",
|
||||||
"foreground": "#ffc000"
|
"foreground": "#ffc000"
|
||||||
},
|
},
|
||||||
"DONE": {
|
"DONE:": {
|
||||||
"foreground": "#c0c0c0"
|
"foreground": "#c0c0c0"
|
||||||
},
|
},
|
||||||
"TODO": {
|
"TODO:": {
|
||||||
"fontWeight": "bold",
|
"fontWeight": "bold",
|
||||||
"foreground": "#ff0000"
|
"foreground": "#ff0000"
|
||||||
},
|
},
|
||||||
"WAIT": {
|
"WAIT:": {
|
||||||
"fontWeight": "bold",
|
"fontWeight": "bold",
|
||||||
"foreground": "#ff00ff"
|
"foreground": "#ff00ff"
|
||||||
},
|
},
|
||||||
"WORK": {
|
"WORK:": {
|
||||||
"fontWeight": "bold",
|
"fontWeight": "bold",
|
||||||
"foreground": "#00ff00"
|
"foreground": "#00ff00"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue