diff options
Diffstat (limited to 'colors/base16-phd.vim')
-rw-r--r-- | colors/base16-phd.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/colors/base16-phd.vim b/colors/base16-phd.vim index a02a4a3..6d3f805 100644 --- a/colors/base16-phd.vim +++ b/colors/base16-phd.vim @@ -239,7 +239,6 @@ call <sid>hi("pythonRepeat", s:gui0E, "", s:cterm0E, "", "", "") " Ruby highlighting call <sid>hi("rubyAttribute", s:gui0D, "", s:cterm0D, "", "", "") call <sid>hi("rubyConstant", s:gui0A, "", s:cterm0A, "", "", "") -call <sid>hi("rubyInterpolation", s:gui0B, "", s:cterm0B, "", "", "") call <sid>hi("rubyInterpolationDelimiter", s:gui0F, "", s:cterm0F, "", "", "") call <sid>hi("rubyRegexp", s:gui0C, "", s:cterm0C, "", "", "") call <sid>hi("rubySymbol", s:gui0B, "", s:cterm0B, "", "", "") |