Update vim-actodo
This commit is contained in:
parent
65d1c1e6e5
commit
562ab39bef
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ syntax match actodoTag /\v#\a(\w)+/
|
|||
syntax match actodoDate /\<\d\{4}-\d\{2}-\d\{2}\([T/]\S*\)*\>/
|
||||
|
||||
" ISO time.
|
||||
syntax match actodoDate /\<T\d\{2}:\d\{2}\([T/]\S*\)*\>/
|
||||
syntax match actodoDate /\<T\d\{2}:\d\{2}\(\/\S*\)*\>/
|
||||
|
||||
" Days of the week.
|
||||
syntax match actodoDate /\<Monday\>/
|
||||
|
|
Loading…
Reference in a new issue