From a8e92c8f261ba397c12602aad61b5f319d4be93d Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 7 Jun 2022 15:02:30 +0100 Subject: [PATCH] Update vim-actodo README.md --- pack/acp/start/vim-actodo/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pack/acp/start/vim-actodo/README.md b/pack/acp/start/vim-actodo/README.md index ec108d2..3001e88 100644 --- a/pack/acp/start/vim-actodo/README.md +++ b/pack/acp/start/vim-actodo/README.md @@ -10,9 +10,9 @@ Lines beginning with `#` will be shown in bold and should be used as headers. You can use multiple hash characters for different levels but they will all be formatted the same. Leading whitespace is ignored. -Lines beginning with `TODO:`, `WORK:`, or `DONE:` are your tasks, with the -associated status. The keywords will be coloured red, green, and grey -respectively, but the rest of the line will be shown normally. +Lines beginning with `TODO:`, `WORK:` (for work-in-progress), or `DONE:` are +your tasks, with the associated status. The keywords will be coloured red, +green, and grey respectively, but the rest of the line will be shown normally. URLs enclosed with angled brackets will be shown in blue, as will dates in a subset of the ISO 8601 format (`YYYY-mm-dd`, `YYYY-mm-ddTHH:MM`, and `THH:MM`,