Update Perl syntax highlighting

Add comment colour for usage blocks
https://github.com/joshdick/onedark.vim/pull/90#issuecomment-282690117
This commit is contained in:
Simon Smith
2017-02-27 15:50:14 +00:00
parent 8c3157684f
commit 4921d4d625
2 changed files with 2 additions and 0 deletions

View File

@@ -426,6 +426,7 @@ 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 })

View File

@@ -426,6 +426,7 @@ 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 })