From 92f23418460037b5f5c868b53b979e53a6997b78 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 4 Apr 2024 15:41:13 -0400 Subject: [PATCH] Unset the treesitter scss keyword.repeat style as it causes issues --- vim/colors/darkcloud.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/colors/darkcloud.vim b/vim/colors/darkcloud.vim index 070a5f8..3cbd44c 100644 --- a/vim/colors/darkcloud.vim +++ b/vim/colors/darkcloud.vim @@ -400,6 +400,7 @@ endfun call s:C("@function.scss","","","") call s:C("@keyword.import.scss","","","") call s:C("@keyword.operator.scss","","","") + call s:C("@keyword.repeat.scss","","","") call s:C("@keyword.scss","","","") call s:C("@operator.scss","","","") call s:C("@property.scss","","","")