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', {})