From c88dad99763474d644433236ecbd838458868772 Mon Sep 17 00:00:00 2001 From: hosseintoussi Date: Sat, 5 Jan 2019 16:04:14 +0100 Subject: [PATCH] added yellow to function calls of javascript --- colors/codedark.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/codedark.vim b/colors/codedark.vim index 1d151ee..36b4e84 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -264,6 +264,7 @@ call hi('jsObjectKey', s:cdLightBlue, {}, 'none', {}) call hi('jsGlobalObjects', s:cdBlueGreen, {}, 'none', {}) call hi('jsModuleKeyword', s:cdLightBlue, {}, 'none', {}) call hi('jsClassDefinition', s:cdBlueGreen, {}, 'none', {}) +call hi('jsFuncCall', s:cdYellow, {}, 'none', {}) " Ruby: call hi('rubyClassNameTag', s:cdBlueGreen, {}, 'none', {})