From 221266bb71294f131693ec28d7775c30bf5c54ee Mon Sep 17 00:00:00 2001 From: Roland Siegbert Date: Sat, 3 Oct 2015 21:38:21 +0200 Subject: [PATCH] Update syntax to work better w/ modern colorschemes --- syntax/taskpaper.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/syntax/taskpaper.vim b/syntax/taskpaper.vim index 6be06d1..712b7ce 100644 --- a/syntax/taskpaper.vim +++ b/syntax/taskpaper.vim @@ -34,10 +34,10 @@ syn sync fromstart "highlighting for Taskpaper groups HiLink taskpaperListItem Identifier -HiLink taskpaperContext Identifier -HiLink taskpaperProject Title -HiLink taskpaperDone NonText -HiLink taskpaperCancelled NonText +HiLink taskpaperContext String +HiLink taskpaperProject Identifier +HiLink taskpaperDone Comment +HiLink taskpaperCancelled Comment HiLink taskpaperComment Comment call taskpaper#tag_style_dict(g:task_paper_styles)