From 14ed4812f1248d1c98907114c1bfe161763bc603 Mon Sep 17 00:00:00 2001 From: hosseintoussi Date: Sat, 5 Jan 2019 16:23:57 +0100 Subject: [PATCH] colors for extend, class, and export in javascript --- colors/codedark.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/colors/codedark.vim b/colors/codedark.vim index 36b4e84..a8480e5 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -264,6 +264,9 @@ call hi('jsObjectKey', s:cdLightBlue, {}, 'none', {}) call hi('jsGlobalObjects', s:cdBlueGreen, {}, 'none', {}) call hi('jsModuleKeyword', s:cdLightBlue, {}, 'none', {}) call hi('jsClassDefinition', s:cdBlueGreen, {}, 'none', {}) +call hi('jsClassKeyword', s:cdBlue, {}, 'none', {}) +call hi('jsExtendsKeyword', s:cdBlue, {}, 'none', {}) +call hi('jsExportDefault', s:cdPink, {}, 'none', {}) call hi('jsFuncCall', s:cdYellow, {}, 'none', {}) " Ruby: