summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2014-12-18 15:49:00 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2014-12-18 15:51:07 +0100
commitc7d1147af9c018f605c28fff422c37a8c4b860a6 (patch)
treef90432ef69f15c41c2f28eec42ced1b5a62fd969
parentc986809cc0570c0cbf6242e407cebdb5dae3ffd9 (diff)
[syntax] todo++
-rw-r--r--syntax/todo.vim2
1 files changed, 1 insertions, 1 deletions
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