From c7d1147af9c018f605c28fff422c37a8c4b860a6 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 18 Dec 2014 15:49:00 +0100 Subject: [syntax] todo++ --- syntax/todo.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/todo.vim b/syntax/todo.vim index 47524cc..368bf52 100644 --- a/syntax/todo.vim +++ b/syntax/todo.vim @@ -15,7 +15,7 @@ syn match Todo /→ .*/ containedin=ALLBUT,todoDone,todo "syn match String /{[^}]*}/ containedin=ALL syn match String /'[^']*'\|"[^"]*"/ containedin=ALL -syn match todoKeyWord /^\s*\([A-Z _-]*\w\+\):/ +syn match todoKeyWord /^\s*\([^:]*\w\+\):/ syn region todoTask3 start=/^\(\s*\)\W/ end=/$/ contains=todoKeyWord syn region todoTask2 start=/^\(\s*\)-/ end=/$/ contains=todoKeyWord -- cgit v1.2.3