Fix priority ordering of tags
This commit is contained in:
parent
6c17785f73
commit
2c54c3fb81
1 changed files with 2 additions and 2 deletions
|
@ -24,10 +24,10 @@
|
||||||
"[!!!]",
|
"[!!!]",
|
||||||
"[!!]",
|
"[!!]",
|
||||||
"[!]",
|
"[!]",
|
||||||
"DONE",
|
|
||||||
"TODO",
|
"TODO",
|
||||||
|
"WORK",
|
||||||
"WAIT",
|
"WAIT",
|
||||||
"WORK"
|
"DONE"
|
||||||
],
|
],
|
||||||
"todo-tree.highlights.customHighlight": {
|
"todo-tree.highlights.customHighlight": {
|
||||||
"[!!!]": {
|
"[!!!]": {
|
||||||
|
|
Loading…
Reference in a new issue