Update from vim-actodo

This commit is contained in:
Anthony Rose 2022-06-08 09:04:34 +01:00
parent a8e92c8f26
commit 3f75b7aefd

View file

@ -24,11 +24,11 @@ syntax match prDate /\<T\d\{2}:\d\{2}Z\>/
syntax match prDate /\<\d\{4}-\d\{2}-\d\{2}T\d\{2}:\d\{2}\>/ syntax match prDate /\<\d\{4}-\d\{2}-\d\{2}T\d\{2}:\d\{2}\>/
syntax match prDate /\<\d\{4}-\d\{2}-\d\{2}T\d\{2}:\d\{2}Z\>/ syntax match prDate /\<\d\{4}-\d\{2}-\d\{2}T\d\{2}:\d\{2}Z\>/
hi prName term=bold cterm=bold gui=bold highlight link prName Title
hi prTodo term=bold cterm=bold gui=bold ctermfg=1 guifg=#ff0000 highlight link prTodo Exception
hi prWork term=bold cterm=bold gui=bold ctermfg=2 guifg=#00ff00 highlight link prWork Conditional
hi prDone term=bold cterm=bold gui=bold ctermfg=7 guifg=#808080 highlight link prDone Comment
hi prDate term=bold cterm=bold gui=bold ctermfg=4 guifg=#0000ff highlight link prDate Number
hi prUrl ctermfg=4 guifg=#0000ff highlight link prUrl String
let b:current_syntax = 'actodo' let b:current_syntax = 'actodo'