Update vim-actodo

This commit is contained in:
Anthony Rose 2023-03-29 15:06:32 +01:00
parent 65d1c1e6e5
commit 562ab39bef

View file

@ -19,7 +19,7 @@ syntax match actodoTag /\v#\a(\w)+/
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}\(\/\S*\)*\>/
" Days of the week. " Days of the week.
syntax match actodoDate /\<Monday\>/ syntax match actodoDate /\<Monday\>/