From e8e53a5e4656512b5b6e6cd2766ee41d96d9e5c8 Mon Sep 17 00:00:00 2001 From: Patrick Stockwell Date: Fri, 7 Dec 2018 11:55:06 +1100 Subject: [PATCH] update jsfunction --- colors/vim-monokai-tasty.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/vim-monokai-tasty.vim b/colors/vim-monokai-tasty.vim index 16ad307..2a7ed8e 100644 --- a/colors/vim-monokai-tasty.vim +++ b/colors/vim-monokai-tasty.vim @@ -173,6 +173,7 @@ exec "hi jsUndefined" . s:fg . s:purple . s:style . "NONE" exec "hi jsParens" . s:fg . s:white . s:style . "NONE" exec "hi jsFuncParens" . s:fg . s:white . s:style . "NONE" exec "hi jsGlobalObjects" . s:fg . s:light_blue . s:style . "NONE" +exec "hi jsFunction" . s:fg . s:light_blue . s:style . "italic" hi def link jsImport Include hi def link jsExport Include @@ -204,7 +205,6 @@ hi def link jsFinally Exception hi def link jsCatch Exception hi def link jsAsyncKeyword Keyword hi def link jsForAwait Keyword -hi def link jsFunction Type hi def link jsObjectFuncName Function hi def link jsError Error hi def link jsParensError Error