Update vim-actodo README.md

This commit is contained in:
Anthony Rose 2022-06-07 15:02:30 +01:00
parent 4b442c917f
commit a8e92c8f26

View file

@ -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`,