mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Add some scss-specific colors for treesitter even though highlighting is currently broken
This commit is contained in:
parent
0c8b46b803
commit
265dbe1d3c
1 changed files with 11 additions and 0 deletions
|
@ -366,6 +366,17 @@ endfun
|
||||||
hi! link @conditional Conditional
|
hi! link @conditional Conditional
|
||||||
hi! link @method @function
|
hi! link @method @function
|
||||||
hi! link @note @comment
|
hi! link @note @comment
|
||||||
|
|
||||||
|
"scss
|
||||||
|
call s:C("@keyword.directive.scss",g:cYellow,"","")
|
||||||
|
call s:C("@tag.scss",g:cYellow,"","")
|
||||||
|
call s:C("@property.scss",g:cRed,"","bold")
|
||||||
|
call s:C("@variable.scss",g:cBlue,"","bold")
|
||||||
|
call s:C("@type.scss",g:cRed,"","bold")
|
||||||
|
call s:C("@punctuation.delimiter.scss",g:cGray2,"","")
|
||||||
|
call s:C("@number.scss",g:cWhite,"","bold")
|
||||||
|
hi! link @number.float.scss @number.scss
|
||||||
|
hi! link @variable.parameter.scss @variable.scss
|
||||||
endif
|
endif
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue