Add correct colour for ES6 module 'as' keyword (#79)

This commit is contained in:
Simon Smith
2017-02-02 20:17:20 +00:00
committed by Josh Dick
parent 527f85c200
commit e0f5294c3d

View File

@@ -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 })