mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Unset the treesitter scss keyword.repeat style as it causes issues
This commit is contained in:
parent
222d5d89af
commit
92f2341846
1 changed files with 1 additions and 0 deletions
|
@ -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","","","")
|
||||
|
|
Loading…
Reference in a new issue