diff --git a/colors/one.vim b/colors/one.vim index 812c35b..b13dd02 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, '', '')