Update vim-actodo
This commit is contained in:
parent
eeccb923dd
commit
4ec906d1fc
1 changed files with 6 additions and 6 deletions
|
@ -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\>/
|
||||||
|
|
||||||
highlight link prName Title
|
highlight prName term=bold,underline cterm=bold,underline gui=bold,underline
|
||||||
highlight link prTodo Exception
|
highlight prTodo term=bold cterm=bold gui=bold ctermfg=1 guifg=#ff0000
|
||||||
highlight link prWork Conditional
|
highlight prWork term=bold cterm=bold gui=bold ctermfg=2 guifg=#00ff00
|
||||||
highlight link prDone Comment
|
highlight prDone term=bold cterm=bold gui=bold ctermfg=7 guifg=#808080
|
||||||
highlight link prDate Number
|
highlight prDate term=bold cterm=bold gui=bold ctermfg=4 guifg=#0000ff
|
||||||
highlight link prUrl String
|
highlight prUrl ctermfg=4 guifg=#0000ff
|
||||||
|
|
||||||
let b:current_syntax = 'actodo'
|
let b:current_syntax = 'actodo'
|
||||||
|
|
Loading…
Reference in a new issue