mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Make escapes stand out a bit more in treesitter by making them yellow
This commit is contained in:
parent
976595f022
commit
3f7e7d1582
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue