Unset the treesitter scss keyword.repeat style as it causes issues

This commit is contained in:
Kevin MacMartin 2024-04-04 15:41:13 -04:00
parent 222d5d89af
commit 92f2341846

View file

@ -400,6 +400,7 @@ 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","","","")