Update vim-actodo
This commit is contained in:
parent
b051946671
commit
5f4e51bc9c
1 changed files with 2 additions and 7 deletions
|
@ -15,15 +15,10 @@ syntax match actodoTicket /##\d\+##/
|
||||||
syntax match actodoDone /##\d\+:Closed##/
|
syntax match actodoDone /##\d\+:Closed##/
|
||||||
|
|
||||||
" ISO date.
|
" ISO date.
|
||||||
syntax match actodoDate /\<\d\{4}-\d\{2}-\d\{2}\>/
|
syntax match actodoDate /\<\d\{4}-\d\{2}-\d\{2}\([T/]\S*\)\>/
|
||||||
|
|
||||||
" ISO time.
|
" ISO time.
|
||||||
syntax match actodoDate /\<T\d\{2}:\d\{2}\>/
|
syntax match actodoDate /\<T\d\{2}:\d\{2}\([T/]\S*\)\>/
|
||||||
syntax match actodoDate /\<T\d\{2}:\d\{2}Z\>/
|
|
||||||
|
|
||||||
" ISO date and time.
|
|
||||||
syntax match actodoDate /\<\d\{4}-\d\{2}-\d\{2}T\d\{2}:\d\{2}\>/
|
|
||||||
syntax match actodoDate /\<\d\{4}-\d\{2}-\d\{2}T\d\{2}:\d\{2}Z\>/
|
|
||||||
|
|
||||||
" Days of the week.
|
" Days of the week.
|
||||||
syntax match actodoDate /\<Monday\>/
|
syntax match actodoDate /\<Monday\>/
|
||||||
|
|
Loading…
Reference in a new issue