mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Style .diff files to look like git diff
This commit is contained in:
parent
f57accd719
commit
d097af3980
1 changed files with 5 additions and 1 deletions
|
@ -399,10 +399,14 @@ endfun
|
|||
|
||||
"diff
|
||||
call s:C("@attribute.diff",g:cYellow,"","")
|
||||
call s:C("@constant.diff",g:cBlue,"","italic")
|
||||
call s:C("@constant.diff","","","")
|
||||
call s:C("@diff.minus",g:cYellow,"","")
|
||||
call s:C("@diff.plus",g:cBlue,"","")
|
||||
call s:C("@function.diff",g:cRed,"","bold")
|
||||
call s:C("@keyword.diff","","","")
|
||||
call s:C("@number.diff","","","")
|
||||
call s:C("@punctuation.special.diff","","","")
|
||||
call s:C("@string.special.path.diff","","","")
|
||||
|
||||
"scss
|
||||
call s:C("@attribute.scss","","","")
|
||||
|
|
Loading…
Reference in a new issue