mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Set the treesitter highlight @keyword.import.scss to yellow and bold
This commit is contained in:
parent
c973c76035
commit
69b4d24d4d
1 changed files with 2 additions and 1 deletions
|
@ -406,7 +406,8 @@ endfun
|
|||
call s:C("@attribute.scss","","","")
|
||||
call s:C("@character.special.scss",g:cBlue,"","bold")
|
||||
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.repeat.scss","","","")
|
||||
call s:C("@keyword.scss","","","")
|
||||
|
|
Loading…
Reference in a new issue