From 80e8ebe4c42e4f46e33a8de2a39c57c21a249f5d Mon Sep 17 00:00:00 2001 From: Patrick Stockwell Date: Tue, 20 Oct 2020 21:45:44 +1100 Subject: [PATCH] Remove red highlight for destructured variables --- colors/vim-monokai-tasty.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/vim-monokai-tasty.vim b/colors/vim-monokai-tasty.vim index 40a610e..baf3b05 100644 --- a/colors/vim-monokai-tasty.vim +++ b/colors/vim-monokai-tasty.vim @@ -342,6 +342,7 @@ call Highlight("typescriptMember", s:white, s:none, s:italic) call Highlight("typescriptObjectColon", s:magenta, s:none, s:none) call Highlight("typescriptTypeAnnotation", s:magenta, s:none, s:none) call Highlight("typescriptTernaryOp", s:magenta, s:none, s:none) +call Highlight("typescriptDestructureVariable", s:white, s:none, s:none) call Highlight("typescriptObjectLabel", s:white, s:none, s:none) call Highlight("typescriptTypeBrackets", s:light_blue, s:none, s:none) call Highlight("typescriptVariable", s:light_blue, s:none, s:italic)