Added some git highlighting
This is specially for staged and unstaged file - green and red.
This commit is contained in:
parent
77627a05ce
commit
b6ae00b0a5
1 changed files with 11 additions and 0 deletions
|
|
@ -343,3 +343,14 @@ call <sid>hi('texBeginEndModifier', s:cdLightBlue, {}, 'none', {})
|
|||
call <sid>hi('texDocType', s:cdPink, {}, 'none', {})
|
||||
call <sid>hi('texDocTypeArgs', s:cdLightBlue, {}, 'none', {})
|
||||
|
||||
" Git:
|
||||
call <sid>hi('gitcommitHeader', s:cdGray, {}, 'none', {})
|
||||
call <sid>hi('gitcommitOnBranch', s:cdGray, {}, 'none', {})
|
||||
call <sid>hi('gitcommitBranch', s:cdPink, {}, 'none', {})
|
||||
call <sid>hi('gitcommitComment', s:cdGray, {}, 'none', {})
|
||||
call <sid>hi('gitcommitSelectedType', s:cdGreen, {}, 'none', {})
|
||||
call <sid>hi('gitcommitSelectedFile', s:cdGreen, {}, 'none', {})
|
||||
call <sid>hi('gitcommitDiscardedType', s:cdRed, {}, 'none', {})
|
||||
call <sid>hi('gitcommitDiscardedFile', s:cdRed, {}, 'none', {})
|
||||
call <sid>hi('gitcommitOverflow', s:cdRed, {}, 'none', {})
|
||||
call <sid>hi('gitcommitBlank', {}, {}, 'none', {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue