mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Remove a few more treesitter styles that were causing weird issues (partial matches of placeholder names) from scss
This commit is contained in:
parent
5f9424bbd4
commit
07f017f257
1 changed files with 2 additions and 0 deletions
|
@ -393,7 +393,9 @@ endfun
|
||||||
"scss
|
"scss
|
||||||
call s:C("@attribute.scss",g:cBlue,"","")
|
call s:C("@attribute.scss",g:cBlue,"","")
|
||||||
call s:C("@character.special.scss",g:cBlue,"","bold")
|
call s:C("@character.special.scss",g:cBlue,"","bold")
|
||||||
|
call s:C("@keyword.scss","","","")
|
||||||
call s:C("@keyword.import.scss","","","")
|
call s:C("@keyword.import.scss","","","")
|
||||||
|
call s:C("@keyword.operator.scss","","","")
|
||||||
call s:C("@operator.scss","","","")
|
call s:C("@operator.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","","","")
|
||||||
|
|
Loading…
Reference in a new issue