mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Added syntax configuration for quicktask
This commit is contained in:
parent
68e3699715
commit
6c6ed3acc0
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue