mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-23 20:14:11 -05:00
Compare commits
2 commits
222d5d89af
...
9ad6e9ba85
Author | SHA1 | Date | |
---|---|---|---|
|
9ad6e9ba85 | ||
|
92f2341846 |
1 changed files with 4 additions and 2 deletions
|
@ -179,6 +179,7 @@ endfun
|
|||
call s:C("sassDefinition",g:cGray2,"","bold")
|
||||
call s:C("sassMediaQuery",g:cGray2,"","bold")
|
||||
call s:C("sassMixinName",g:cGray2,"","bold")
|
||||
hi! link sassProperty Type
|
||||
|
||||
"diff
|
||||
call s:C("diffIndexLine",g:cGray2,"","italic")
|
||||
|
@ -400,14 +401,15 @@ endfun
|
|||
call s:C("@function.scss","","","")
|
||||
call s:C("@keyword.import.scss","","","")
|
||||
call s:C("@keyword.operator.scss","","","")
|
||||
call s:C("@keyword.repeat.scss","","","")
|
||||
call s:C("@keyword.scss","","","")
|
||||
call s:C("@operator.scss","","","")
|
||||
call s:C("@property.scss","","","")
|
||||
call s:C("@punctuation.bracket.scss","","","")
|
||||
call s:C("@punctuation.delimiter.scss","","","")
|
||||
call s:C("@punctuation.delimiter.scss",g:cGray2,"","")
|
||||
call s:C("@string.scss","","","")
|
||||
call s:C("@tag.scss","","","")
|
||||
call s:C("@type.scss",g:cGray1,"","bold")
|
||||
call s:C("@type.scss","","","")
|
||||
call s:C("@variable.parameter.scss","","","")
|
||||
call s:C("@variable.scss","","","")
|
||||
hi! link @keyword.directive.scss @keyword.directive.css
|
||||
|
|
Loading…
Reference in a new issue