mirror of
https://github.com/patstockwell/vim-monokai-tasty.git
synced 2025-11-08 09:53:52 -05:00
Remove red highlight for destructured variables
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user