From bb671ee5a17dd7c781005dbe041924d0e804ef4b Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Tue, 14 Mar 2017 05:12:44 +0000 Subject: [PATCH] Highlight JS generator asterisk (#93) --- build/templates/onedark.template.vim | 1 + colors/onedark.vim | 1 + 2 files changed, 2 insertions(+) diff --git a/build/templates/onedark.template.vim b/build/templates/onedark.template.vim index 8faa1a0..5b123b1 100644 --- a/build/templates/onedark.template.vim +++ b/build/templates/onedark.template.vim @@ -286,6 +286,7 @@ call s:h("jsExtendsKeyword", { "fg": s:purple }) call s:h("jsFrom", { "fg": s:purple }) call s:h("jsFuncCall", { "fg": s:blue }) call s:h("jsFunction", { "fg": s:purple }) +call s:h("jsGenerator", { "fg": s:yellow }) call s:h("jsGlobalObjects", { "fg": s:yellow }) call s:h("jsImport", { "fg": s:purple }) call s:h("jsModuleAs", { "fg": s:purple }) diff --git a/colors/onedark.vim b/colors/onedark.vim index fe8f9bf..e1597b7 100644 --- a/colors/onedark.vim +++ b/colors/onedark.vim @@ -286,6 +286,7 @@ call s:h("jsExtendsKeyword", { "fg": s:purple }) call s:h("jsFrom", { "fg": s:purple }) call s:h("jsFuncCall", { "fg": s:blue }) call s:h("jsFunction", { "fg": s:purple }) +call s:h("jsGenerator", { "fg": s:yellow }) call s:h("jsGlobalObjects", { "fg": s:yellow }) call s:h("jsImport", { "fg": s:purple }) call s:h("jsModuleAs", { "fg": s:purple })