From 897bc150574cf61eb10679abf5a77899d573293d Mon Sep 17 00:00:00 2001 From: Patrick Stockwell Date: Wed, 7 Aug 2019 13:56:55 +1000 Subject: [PATCH] Add jsFutureKeys for typescript keywords --- 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 62e64aa..b3a890d 100644 --- a/colors/vim-monokai-tasty.vim +++ b/colors/vim-monokai-tasty.vim @@ -133,6 +133,7 @@ call Highlight("Boolean", s:purple, s:none, s:none) call Highlight("Character", s:purple, s:none, s:none) call Highlight("Float", s:purple, s:none, s:none) call Highlight("Number", s:purple, s:none, s:none) +call Highlight("jsFutureKeys", s:purple, s:none, s:none) call Highlight("Folded", s:grey, s:charcoal, s:none) call Highlight("Comment", s:grey, s:none, s:italic)