Update vim-actodo

This commit is contained in:
Anthony Rose 2022-07-19 16:38:38 +01:00
parent 5f4e51bc9c
commit 97a42f64c4

View file

@ -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\>/