From 236e7898b9db6830b7c96945fd223389d7c89161 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 6 Apr 2015 20:02:33 -0400 Subject: [PATCH] Vim: Modified 'priority' syntax elements. --- scripts/vim/syntax/taskrc.vim | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/scripts/vim/syntax/taskrc.vim b/scripts/vim/syntax/taskrc.vim index 7fca09d3a..f1f4a7d40 100644 --- a/scripts/vim/syntax/taskrc.vim +++ b/scripts/vim/syntax/taskrc.vim @@ -72,10 +72,9 @@ syn match taskrcGoodKey '^\s*\Vcolor.history.add='he=e-1 syn match taskrcGoodKey '^\s*\Vcolor.history.delete='he=e-1 syn match taskrcGoodKey '^\s*\Vcolor.history.done='he=e-1 syn match taskrcGoodKey '^\s*\Vcolor.overdue='he=e-1 -syn match taskrcGoodKey '^\s*\Vcolor.pri.H='he=e-1 -syn match taskrcGoodKey '^\s*\Vcolor.pri.L='he=e-1 -syn match taskrcGoodKey '^\s*\Vcolor.pri.M='he=e-1 -syn match taskrcGoodKey '^\s*\Vcolor.pri.none='he=e-1 +syn match taskrcGoodKey '^\s*\Vcolor.uda.priority.H='he=e-1 +syn match taskrcGoodKey '^\s*\Vcolor.uda.priority.L='he=e-1 +syn match taskrcGoodKey '^\s*\Vcolor.uda.priority.M='he=e-1 syn match taskrcGoodKey '^\s*\Vcolor.recurring='he=e-1 syn match taskrcGoodKey '^\s*\Vcolor.scheduled='he=e-1 syn match taskrcGoodKey '^\s*\Vcolor.summary.background='he=e-1 @@ -154,7 +153,9 @@ syn match taskrcGoodKey '^\s*\Vurgency.blocking.coefficient='he=e-1 syn match taskrcGoodKey '^\s*\Vurgency.due.coefficient='he=e-1 syn match taskrcGoodKey '^\s*\Vurgency.inherit.coefficient='he=e-1 syn match taskrcGoodKey '^\s*\Vurgency.next.coefficient='he=e-1 -syn match taskrcGoodKey '^\s*\Vurgency.priority.coefficient='he=e-1 +syn match taskrcGoodKey '^\s*\Vurgency.uda.priority.H.coefficient='he=e-1 +syn match taskrcGoodKey '^\s*\Vurgency.uda.priority.M.coefficient='he=e-1 +syn match taskrcGoodKey '^\s*\Vurgency.uda.priority.L.coefficient='he=e-1 syn match taskrcGoodKey '^\s*\Vurgency.project.coefficient='he=e-1 syn match taskrcGoodKey '^\s*\Vurgency.scheduled.coefficient='he=e-1 syn match taskrcGoodKey '^\s*\Vurgency.tags.coefficient='he=e-1