vim-NOTES

special syntax highlighting for TODO and NOTES
git clone https://git.ce9e.org/vim-NOTES.git

commit
2dfa18aab3d4ac915f3650ca97cc8f2641f1c693
parent
3dd2749ab5aafcd2a5ade25f5fba55b712aed361
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-01-16 04:29
expand README

Diffstat

M README.md 9 ++++++++-

1 files changed, 8 insertions, 1 deletions


diff --git a/README.md b/README.md

@@ -1 +1,8 @@
    1    -1 Use markdown and some special syntax highlighting for TODO and NOTES files.
   -1     1 Highlight TODO and NOTES files using markdown with some additional list markers:
   -1     2 
   -1     3 ```
   -1     4 ?   undecided (cyan)
   -1     5 X   done (blue)
   -1     6 N   wontfix (purple)
   -1     7 !   urgent (yellow)
   -1     8 ```