Age | Commit message (Collapse) | Author |
|
Add a license header to each source file, along with the appropriate
copyright years.
|
|
Show them in Ignore so that they're not as prominent.
|
|
Use the `Ignore` highlight group to colour completed tasks. This makes
them less visible and get out of the way.
|
|
Have low priority tasks start with `_` instead of `-`. Highlight these
separately with the `Ignore` group to visually de-emphasize them.
|
|
Important tasks start with a `!` instead of a `-`. Highlight them
separately from normal tasks so that they can be visually distinguished.
Here we use the Error highlight group for them because it's red (at
least in my colour scheme).
|
|
Subtasks get indented. This will highlight undone tasks even if there's
whitespace in front of them.
|
|
These lines were copied from my manual highlighting of TODO files
created a few days ago. They served as a guide while creating the
highlighting in the syntax file.
|
|
Based on Ch. 45 of Learn Vimscript the Hard Way
(http://learnvimscriptthehardway.stevelosh.com/chapters/45.html).
Highlights undone TODOs as Vim `Statement`s.
|