From 74c7f1d7e2b8b1982c72526674b45ea51f7becab Mon Sep 17 00:00:00 2001 From: hosseintoussi Date: Sat, 5 Jan 2019 15:58:31 +0100 Subject: [PATCH] added lightblue to the module keyword of javascript --- colors/codedark.vim | 1 + 1 file changed, 1 insertion(+) 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', {})