JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
php.vim: correct docs about settings
[vim-syntax.git] / todo.vim
1 highlight done ctermfg=DarkGreen
2 highlight maybedone ctermfg=Blue
3 highlight headline ctermfg=White cterm=bold,underline
4 highlight moot ctermfg=DarkGrey
5
6 syntax match done /^\*\+\t\+\zs\S.*$/
7 syntax match maybedone /^\(done\)\??\t\+\zs.*/
8 syntax match moot /^[#]\t\+.*/
9 syntax match headline /^ \+\zs[^\t]*/