From 6c6ed3acc016d023a1ad624c392215c305b6a782 Mon Sep 17 00:00:00 2001 From: Kevin Date: Fri, 4 Apr 2014 01:51:14 -0400 Subject: [PATCH] Added syntax configuration for quicktask --- vim/colors/darkcloud.vim | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/vim/colors/darkcloud.vim b/vim/colors/darkcloud.vim index 9448ff7..27bd6d4 100644 --- a/vim/colors/darkcloud.vim +++ b/vim/colors/darkcloud.vim @@ -424,13 +424,14 @@ endif "notes call s:X("notesRule","","","bold","","") 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 notesShortHeading htmlH2 hi! link Underlined htmlH6 hi! link notesInProgress htmlH3 hi! link notesRealURL htmlH4 hi! link notesTextURL notesRealURL +hi! link notesSubtleURL notesRealURL hi! link commentURL notesRealURL hi! link notesListBullet FoldColumn hi! link notesListNumber notesListBullet @@ -446,6 +447,13 @@ hi! link notesAtxHeading Comment "email 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 hi! link TagListFileName Directory