From e0f5294c3dcb245e91e3635faa6b76cf2c29a726 Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Thu, 2 Feb 2017 20:17:20 +0000 Subject: [PATCH] Add correct colour for ES6 module 'as' keyword (#79) --- colors/onedark.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/onedark.vim b/colors/onedark.vim index 7b4e4e3..fea934e 100644 --- a/colors/onedark.vim +++ b/colors/onedark.vim @@ -285,6 +285,7 @@ call s:h("jsFuncCall", { "fg": s:blue }) call s:h("jsFunction", { "fg": s:purple }) call s:h("jsGlobalObjects", { "fg": s:yellow }) call s:h("jsImport", { "fg": s:purple }) +call s:h("jsModuleAs", { "fg": s:purple }) call s:h("jsModuleWords", { "fg": s:purple }) call s:h("jsModules", { "fg": s:purple }) call s:h("jsNull", { "fg": s:dark_yellow })