Make escapes stand out a bit more in treesitter by making them yellow

This commit is contained in:
Kevin MacMartin 2023-06-01 16:54:07 -04:00
parent 976595f022
commit 3f7e7d1582

View file

@ -302,7 +302,7 @@ endfun
call s:C("@punctuation.special",g:cDarkText,"","bold")
call s:C("@repeat",g:cBlue,"","")
call s:C("@string",g:cWhite,"","bold")
call s:C("@string.escape",g:cDarkText,"","")
call s:C("@string.escape",g:cYellow,"","")
call s:C("@string.regex","","","italic")
call s:C("@symbol",g:cRed,"","")
call s:C("@tag",g:cYellow,"","bold")