From 4ef2cc234de3226ea652d2956528731d49ef9a8e Mon Sep 17 00:00:00 2001 From: lucas1 Date: Fri, 28 Feb 2020 13:20:49 -0300 Subject: [PATCH] Perl highlighting Added some highlight to language Perl, based in plugin https://github.com/vim-perl/vim-perl. --- colors/one.vim | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/colors/one.vim b/colors/one.vim index 715d9e9..fc8841d 100644 --- a/colors/one.vim +++ b/colors/one.vim @@ -706,6 +706,17 @@ if has('gui_running') || has('termguicolors') || &t_Co == 88 || &t_Co == 256 call X('markdownListMarker', s:hue_5, '', '') " }}} + " Perl highlighting -------------------------------------------------------{{{ + call X('perlFunction', s:hue_3, '', '') + call X('perlMethod', s:syntax_fg, '', '') + call X('perlPackageConst', s:hue_3, '', '') + call X('perlPOD', s:mono_3, '', '') + call X('perlSubName', s:syntax_fg, '', '') + call X('perlSharpBang', s:mono_3, '', '') + call X('perlSpecialString', s:hue_4, '', '') + call X('perlVarPlain', s:hue_2, '', '') + call X('podCommand', s:mono_3, '', '') + " PHP highlighting --------------------------------------------------------{{{ call X('phpClass', s:hue_6_2, '', '') call X('phpFunction', s:hue_2, '', '')