diff --git a/colors/codedark.vim b/colors/codedark.vim index 77bd8ba..f4ca139 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -262,6 +262,7 @@ call hi('jsThis', s:cdBlue, {}, 'none', {}) call hi('jsDestructuringBlock', s:cdLightBlue, {}, 'none', {}) call hi('jsObjectKey', s:cdLightBlue, {}, 'none', {}) call hi('jsGlobalObjects', s:cdBlueGreen, {}, 'none', {}) +call hi('jsModuleKeyword', s:cdLightBlue, {}, 'none', {}) " Ruby: call hi('rubyClassNameTag', s:cdBlueGreen, {}, 'none', {})