Added syntax configuration for quicktask

This commit is contained in:
Kevin 2014-04-04 01:51:14 -04:00
parent 68e3699715
commit 6c6ed3acc0

View file

@ -424,13 +424,14 @@ endif
"notes "notes
call s:X("notesRule","","","bold","","") call s:X("notesRule","","","bold","","")
call s:X("WarningMsg","ffd787","2c2c2c","standout,bold","Yellow",s:termBlack) call s:X("WarningMsg","ffd787","2c2c2c","standout,bold","Yellow",s:termBlack)
hi! link notesTitle htmlH1 hi! link notesTitle htmlH4
hi! link notesName htmlH5 hi! link notesName htmlH5
hi! link notesShortHeading htmlH2 hi! link notesShortHeading htmlH2
hi! link Underlined htmlH6 hi! link Underlined htmlH6
hi! link notesInProgress htmlH3 hi! link notesInProgress htmlH3
hi! link notesRealURL htmlH4 hi! link notesRealURL htmlH4
hi! link notesTextURL notesRealURL hi! link notesTextURL notesRealURL
hi! link notesSubtleURL notesRealURL
hi! link commentURL notesRealURL hi! link commentURL notesRealURL
hi! link notesListBullet FoldColumn hi! link notesListBullet FoldColumn
hi! link notesListNumber notesListBullet hi! link notesListNumber notesListBullet
@ -446,6 +447,13 @@ hi! link notesAtxHeading Comment
"email "email
hi! link mailHeaderKey Identifier hi! link mailHeaderKey Identifier
"quicktask
hi! link quicktaskDatestamp Identifier
hi! link quicktaskTimestamp Identifier
hi! link quicktaskSection Todo
call s:X("quicktaskTimeNote","ffd787","","bold","Yellow","")
call s:X("quicktaskTask","ffffff","","bold","White","")
"taglist "taglist
hi! link TagListFileName Directory hi! link TagListFileName Directory