From 09bcb23f41c2f98525a799b97b25dc44a64fcb73 Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Thu, 23 May 2019 11:58:10 +0800 Subject: [PATCH] delete duplicated `jsObjectKey` item --- colors/codedark.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/colors/codedark.vim b/colors/codedark.vim index b4af7cc..b8af5df 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -280,7 +280,6 @@ 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:cdLightBlue, {}, 'none', {}) call hi('jsObjectValue', s:cdLightBlue, {}, 'none', {}) call hi('jsParen', s:cdLightBlue, {}, 'none', {}) call hi('jsObjectProp', s:cdLightBlue, {}, 'none', {})