diff options
| author | David Kaufmann <astra@ionic.at> | 2018-09-10 16:12:43 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2018-09-10 16:12:43 +0200 |
| commit | e5adc9fc5a438d0a1f5ade4ab32c56d4b02c07b4 (patch) | |
| tree | 2bce83fcb94d26df5fcda06df9d4bb7c9ca18fc6 /home | |
| parent | 9ecda950d419f27689309e2feeda82b05b561014 (diff) | |
| download | config-e5adc9fc5a438d0a1f5ade4ab32c56d4b02c07b4.tar.gz | |
fix date format in todo.vim
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 |
