Skip to content

Commit

Permalink
Merge pull request #102 from lucas1/patch-1
Browse files Browse the repository at this point in the history
Perl highlighting
  • Loading branch information
rakr authored Dec 14, 2020
2 parents c8b7600 + 4ef2cc2 commit 8a8d80f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions colors/one.vim
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,17 @@ if has('gui_running') || has('termguicolors') || &t_Co == 88 || &t_Co == 256
call <sid>X('markdownListMarker', s:hue_5, '', '')
" }}}

" Perl highlighting -------------------------------------------------------{{{
call <sid>X('perlFunction', s:hue_3, '', '')
call <sid>X('perlMethod', s:syntax_fg, '', '')
call <sid>X('perlPackageConst', s:hue_3, '', '')
call <sid>X('perlPOD', s:mono_3, '', '')
call <sid>X('perlSubName', s:syntax_fg, '', '')
call <sid>X('perlSharpBang', s:mono_3, '', '')
call <sid>X('perlSpecialString', s:hue_4, '', '')
call <sid>X('perlVarPlain', s:hue_2, '', '')
call <sid>X('podCommand', s:mono_3, '', '')

" PHP highlighting --------------------------------------------------------{{{
call <sid>X('phpClass', s:hue_6_2, '', '')
call <sid>X('phpFunction', s:hue_2, '', '')
Expand Down

0 comments on commit 8a8d80f

Please sign in to comment.