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