mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-22 03:34:10 -05:00
Fix a few more issues with sass/scss colours in treesitter
This commit is contained in:
parent
92f2341846
commit
9ad6e9ba85
1 changed files with 3 additions and 2 deletions
|
@ -179,6 +179,7 @@ endfun
|
||||||
call s:C("sassDefinition",g:cGray2,"","bold")
|
call s:C("sassDefinition",g:cGray2,"","bold")
|
||||||
call s:C("sassMediaQuery",g:cGray2,"","bold")
|
call s:C("sassMediaQuery",g:cGray2,"","bold")
|
||||||
call s:C("sassMixinName",g:cGray2,"","bold")
|
call s:C("sassMixinName",g:cGray2,"","bold")
|
||||||
|
hi! link sassProperty Type
|
||||||
|
|
||||||
"diff
|
"diff
|
||||||
call s:C("diffIndexLine",g:cGray2,"","italic")
|
call s:C("diffIndexLine",g:cGray2,"","italic")
|
||||||
|
@ -405,10 +406,10 @@ endfun
|
||||||
call s:C("@operator.scss","","","")
|
call s:C("@operator.scss","","","")
|
||||||
call s:C("@property.scss","","","")
|
call s:C("@property.scss","","","")
|
||||||
call s:C("@punctuation.bracket.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("@string.scss","","","")
|
||||||
call s:C("@tag.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.parameter.scss","","","")
|
||||||
call s:C("@variable.scss","","","")
|
call s:C("@variable.scss","","","")
|
||||||
hi! link @keyword.directive.scss @keyword.directive.css
|
hi! link @keyword.directive.scss @keyword.directive.css
|
||||||
|
|
Loading…
Reference in a new issue