Highlight [!], [!!], [!!!]
This commit is contained in:
parent
750ebbacfe
commit
6c17785f73
1 changed files with 17 additions and 2 deletions
|
@ -21,12 +21,27 @@
|
||||||
"terminal.integrated.enablePersistentSessions": false,
|
"terminal.integrated.enablePersistentSessions": false,
|
||||||
"terminal.integrated.shellIntegration.history": 0,
|
"terminal.integrated.shellIntegration.history": 0,
|
||||||
"todo-tree.general.tags": [
|
"todo-tree.general.tags": [
|
||||||
|
"[!!!]",
|
||||||
|
"[!!]",
|
||||||
|
"[!]",
|
||||||
|
"DONE",
|
||||||
"TODO",
|
"TODO",
|
||||||
"WAIT",
|
"WAIT",
|
||||||
"WORK",
|
"WORK"
|
||||||
"DONE"
|
|
||||||
],
|
],
|
||||||
"todo-tree.highlights.customHighlight": {
|
"todo-tree.highlights.customHighlight": {
|
||||||
|
"[!!!]": {
|
||||||
|
"fontWeight": "bold",
|
||||||
|
"foreground": "#ffc000"
|
||||||
|
},
|
||||||
|
"[!!]": {
|
||||||
|
"fontWeight": "bold",
|
||||||
|
"foreground": "#ffc000"
|
||||||
|
},
|
||||||
|
"[!]": {
|
||||||
|
"fontWeight": "bold",
|
||||||
|
"foreground": "#ffc000"
|
||||||
|
},
|
||||||
"DONE": {
|
"DONE": {
|
||||||
"foreground": "#c0c0c0"
|
"foreground": "#c0c0c0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue