From 07f017f2572b441a4b94d25bfe5f3679063734c6 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 28 Mar 2024 16:30:23 -0400 Subject: [PATCH] Remove a few more treesitter styles that were causing weird issues (partial matches of placeholder names) from scss --- vim/colors/darkcloud.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/colors/darkcloud.vim b/vim/colors/darkcloud.vim index 9241fe5..efbe929 100644 --- a/vim/colors/darkcloud.vim +++ b/vim/colors/darkcloud.vim @@ -393,7 +393,9 @@ endfun "scss call s:C("@attribute.scss",g:cBlue,"","") call s:C("@character.special.scss",g:cBlue,"","bold") + call s:C("@keyword.scss","","","") call s:C("@keyword.import.scss","","","") + call s:C("@keyword.operator.scss","","","") call s:C("@operator.scss","","","") call s:C("@punctuation.bracket.scss","","","") call s:C("@punctuation.delimiter.scss","","","")