mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-17 15:33:39 -05:00
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:
@@ -426,6 +426,7 @@ call s:h("perlFiledescRead", { "fg": s:green })
|
|||||||
call s:h("perlFunction", { "fg": s:purple })
|
call s:h("perlFunction", { "fg": s:purple })
|
||||||
call s:h("perlMatchStartEnd",{ "fg": s:blue })
|
call s:h("perlMatchStartEnd",{ "fg": s:blue })
|
||||||
call s:h("perlMethod", { "fg": s:purple })
|
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("perlSharpBang", { "fg": s:comment_grey })
|
||||||
call s:h("perlSpecialString",{ "fg": s:cyan })
|
call s:h("perlSpecialString",{ "fg": s:cyan })
|
||||||
call s:h("perlStatementFiledesc", { "fg": s:red })
|
call s:h("perlStatementFiledesc", { "fg": s:red })
|
||||||
|
|||||||
@@ -426,6 +426,7 @@ call s:h("perlFiledescRead", { "fg": s:green })
|
|||||||
call s:h("perlFunction", { "fg": s:purple })
|
call s:h("perlFunction", { "fg": s:purple })
|
||||||
call s:h("perlMatchStartEnd",{ "fg": s:blue })
|
call s:h("perlMatchStartEnd",{ "fg": s:blue })
|
||||||
call s:h("perlMethod", { "fg": s:purple })
|
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("perlSharpBang", { "fg": s:comment_grey })
|
||||||
call s:h("perlSpecialString",{ "fg": s:cyan })
|
call s:h("perlSpecialString",{ "fg": s:cyan })
|
||||||
call s:h("perlStatementFiledesc", { "fg": s:red })
|
call s:h("perlStatementFiledesc", { "fg": s:red })
|
||||||
|
|||||||
Reference in New Issue
Block a user