From 00f81b8cf238d72fc4f2df08331079580e397fca Mon Sep 17 00:00:00 2001 From: hosseintoussi Date: Sat, 5 Jan 2019 16:30:36 +0100 Subject: [PATCH] added yellow to object key of javascript --- colors/codedark.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/codedark.vim b/colors/codedark.vim index a8480e5..a0685c2 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -268,6 +268,7 @@ call hi('jsClassKeyword', s:cdBlue, {}, 'none', {}) call hi('jsExtendsKeyword', s:cdBlue, {}, 'none', {}) call hi('jsExportDefault', s:cdPink, {}, 'none', {}) call hi('jsFuncCall', s:cdYellow, {}, 'none', {}) +call hi('jsObjectKey', s:cdYellow, {}, 'none', {}) " Ruby: call hi('rubyClassNameTag', s:cdBlueGreen, {}, 'none', {})