From 7ae18491abe337624bcebd87f0ffc664b1aba4d5 Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Thu, 23 May 2019 11:50:03 +0800 Subject: [PATCH] Javascript set `jsObjectProp' color to `cdLightBlue` --- colors/codedark.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/codedark.vim b/colors/codedark.vim index da03c89..b4af7cc 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -283,6 +283,7 @@ 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', {}) " XML: call hi('xmlTag', s:cdBlueGreen, {}, 'none', {})