diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/.vim/syntax/todo.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.vim/syntax/todo.vim b/home/.vim/syntax/todo.vim index 45d955e..62397b1 100644 --- a/home/.vim/syntax/todo.vim +++ b/home/.vim/syntax/todo.vim @@ -8,7 +8,7 @@ endif " " Author: Suresh S. -syn match todoDate "<\?\d\{1,4}\([-/:]\d\{1,4\}\)\{1,3\}>\?" +syn match todoDate "<\?\d\{4\}-\d\{2\}-\d\{2\}>\?" " Comments embedded in todo items, inside []. syn region todoComment start="\[" end="\]" contained |
