From 2c54c3fb81daf09228db3cedebf366d1f01d0802 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 12 Jun 2023 11:23:03 +0100 Subject: [PATCH] Fix priority ordering of tags --- roles/home-gui/files/vscode-settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/home-gui/files/vscode-settings.json b/roles/home-gui/files/vscode-settings.json index 654fd57..b96e97a 100644 --- a/roles/home-gui/files/vscode-settings.json +++ b/roles/home-gui/files/vscode-settings.json @@ -24,10 +24,10 @@ "[!!!]", "[!!]", "[!]", - "DONE", "TODO", + "WORK", "WAIT", - "WORK" + "DONE" ], "todo-tree.highlights.customHighlight": { "[!!!]": {