Remove a few more treesitter styles that were causing weird issues (partial matches of placeholder names) from scss

This commit is contained in:
Kevin MacMartin 2024-03-28 16:30:23 -04:00
parent 5f9424bbd4
commit 07f017f257

View file

@ -393,7 +393,9 @@ endfun
"scss
call s:C("@attribute.scss",g:cBlue,"","")
call s:C("@character.special.scss",g:cBlue,"","bold")
call s:C("@keyword.scss","","","")
call s:C("@keyword.import.scss","","","")
call s:C("@keyword.operator.scss","","","")
call s:C("@operator.scss","","","")
call s:C("@punctuation.bracket.scss","","","")
call s:C("@punctuation.delimiter.scss","","","")