From 053029a62112e4c0aaee81eb26f68f0f36d1bc95 Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Mon, 27 Feb 2017 15:57:45 +0000 Subject: [PATCH] Reorder code block --- build/templates/onedark.template.vim | 32 ++++++++++++++-------------- colors/onedark.vim | 32 ++++++++++++++-------------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/build/templates/onedark.template.vim b/build/templates/onedark.template.vim index d352d7f..c096059 100644 --- a/build/templates/onedark.template.vim +++ b/build/templates/onedark.template.vim @@ -358,6 +358,22 @@ call s:h("markdownLinkText", { "fg": s:blue }) call s:h("markdownLinkDelimiter", { "fg": s:white }) call s:h("markdownUrl", { "fg": s:purple }) +" Perl +call s:h("perlFiledescRead", { "fg": s:green }) +call s:h("perlFunction", { "fg": s:purple }) +call s:h("perlMatchStartEnd",{ "fg": s:blue }) +call s:h("perlMethod", { "fg": s:purple }) +call s:h("perlPOD", { "fg": s:comment_grey }) +call s:h("perlSharpBang", { "fg": s:comment_grey }) +call s:h("perlSpecialString",{ "fg": s:cyan }) +call s:h("perlStatementFiledesc", { "fg": s:red }) +call s:h("perlStatementFlow",{ "fg": s:red }) +call s:h("perlStatementInclude", { "fg": s:purple }) +call s:h("perlStatementScalar",{ "fg": s:purple }) +call s:h("perlStatementStorage", { "fg": s:purple }) +call s:h("perlSubName",{ "fg": s:yellow }) +call s:h("perlVarPlain",{ "fg": s:blue }) + " PHP call s:h("phpVarSelector", { "fg": s:red }) call s:h("phpOperator", { "fg": s:white }) @@ -424,22 +440,6 @@ call s:h("xmlEndTag", { "fg": s:red }) call s:h("xmlTag", { "fg": s:red }) call s:h("xmlTagName", { "fg": s:red }) -" Perl -call s:h("perlFiledescRead", { "fg": s:green }) -call s:h("perlFunction", { "fg": s:purple }) -call s:h("perlMatchStartEnd",{ "fg": s:blue }) -call s:h("perlMethod", { "fg": s:purple }) -call s:h("perlPOD", { "fg": s:comment_grey }) -call s:h("perlSharpBang", { "fg": s:comment_grey }) -call s:h("perlSpecialString",{ "fg": s:cyan }) -call s:h("perlStatementFiledesc", { "fg": s:red }) -call s:h("perlStatementFlow",{ "fg": s:red }) -call s:h("perlStatementInclude", { "fg": s:purple }) -call s:h("perlStatementScalar",{ "fg": s:purple }) -call s:h("perlStatementStorage", { "fg": s:purple }) -call s:h("perlSubName",{ "fg": s:yellow }) -call s:h("perlVarPlain",{ "fg": s:blue }) - " +---------------------+ " | Plugin Highlighting | " +---------------------+ diff --git a/colors/onedark.vim b/colors/onedark.vim index afed5ea..d0e7f6b 100644 --- a/colors/onedark.vim +++ b/colors/onedark.vim @@ -358,6 +358,22 @@ call s:h("markdownLinkText", { "fg": s:blue }) call s:h("markdownLinkDelimiter", { "fg": s:white }) call s:h("markdownUrl", { "fg": s:purple }) +" Perl +call s:h("perlFiledescRead", { "fg": s:green }) +call s:h("perlFunction", { "fg": s:purple }) +call s:h("perlMatchStartEnd",{ "fg": s:blue }) +call s:h("perlMethod", { "fg": s:purple }) +call s:h("perlPOD", { "fg": s:comment_grey }) +call s:h("perlSharpBang", { "fg": s:comment_grey }) +call s:h("perlSpecialString",{ "fg": s:cyan }) +call s:h("perlStatementFiledesc", { "fg": s:red }) +call s:h("perlStatementFlow",{ "fg": s:red }) +call s:h("perlStatementInclude", { "fg": s:purple }) +call s:h("perlStatementScalar",{ "fg": s:purple }) +call s:h("perlStatementStorage", { "fg": s:purple }) +call s:h("perlSubName",{ "fg": s:yellow }) +call s:h("perlVarPlain",{ "fg": s:blue }) + " PHP call s:h("phpVarSelector", { "fg": s:red }) call s:h("phpOperator", { "fg": s:white }) @@ -424,22 +440,6 @@ call s:h("xmlEndTag", { "fg": s:red }) call s:h("xmlTag", { "fg": s:red }) call s:h("xmlTagName", { "fg": s:red }) -" Perl -call s:h("perlFiledescRead", { "fg": s:green }) -call s:h("perlFunction", { "fg": s:purple }) -call s:h("perlMatchStartEnd",{ "fg": s:blue }) -call s:h("perlMethod", { "fg": s:purple }) -call s:h("perlPOD", { "fg": s:comment_grey }) -call s:h("perlSharpBang", { "fg": s:comment_grey }) -call s:h("perlSpecialString",{ "fg": s:cyan }) -call s:h("perlStatementFiledesc", { "fg": s:red }) -call s:h("perlStatementFlow",{ "fg": s:red }) -call s:h("perlStatementInclude", { "fg": s:purple }) -call s:h("perlStatementScalar",{ "fg": s:purple }) -call s:h("perlStatementStorage", { "fg": s:purple }) -call s:h("perlSubName",{ "fg": s:yellow }) -call s:h("perlVarPlain",{ "fg": s:blue }) - " +---------------------+ " | Plugin Highlighting | " +---------------------+