Pastebin
Paste #10073: No description
< previous paste - next paste>
Pasted by Anonymous Coward
syn match todoString /"[^"]\+"/
hi link todoString String
syn match todoComment /#.*/
hi link todoComment Comment
syn match todoCategory /^@.\+/
"hi todoCategory ctermfg=red guifg=red
hi link todoCategory String
syn match todoDate /^\d\{4}-\d\{2}-\d\{2}/
hi link todoDate Identifier
New Paste
Go to most recent paste.