Set the treesitter highlight @keyword.import.scss to yellow and bold

This commit is contained in:
Kevin MacMartin 2024-04-26 02:39:18 -04:00
parent c973c76035
commit 69b4d24d4d

View file

@ -406,7 +406,8 @@ endfun
call s:C("@attribute.scss","","","") call s:C("@attribute.scss","","","")
call s:C("@character.special.scss",g:cBlue,"","bold") call s:C("@character.special.scss",g:cBlue,"","bold")
call s:C("@function.scss","","","") call s:C("@function.scss","","","")
call s:C("@keyword.import.scss","","","") call s:C("@keyword.import.scss",g:cYellow,"","bold")
call s:C("@keyword.modifier.scss","","","")
call s:C("@keyword.operator.scss","","","") call s:C("@keyword.operator.scss","","","")
call s:C("@keyword.repeat.scss","","","") call s:C("@keyword.repeat.scss","","","")
call s:C("@keyword.scss","","","") call s:C("@keyword.scss","","","")