aboutsummaryrefslogtreecommitdiffstats
path: root/syntax
AgeCommit message (Collapse)Author
2016-04-05syntax/todo.vim: Highlight TODOs that start with whitespaceTeddy Wing
Subtasks get indented. This will highlight undone tasks even if there's whitespace in front of them.
2016-04-05syntax/todo.vim: Remove old highlight codeTeddy Wing
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.
2016-04-05Add syntax fileTeddy Wing
Based on Ch. 45 of Learn Vimscript the Hard Way (http://learnvimscriptthehardway.stevelosh.com/chapters/45.html). Highlights undone TODOs as Vim `Statement`s.