diff options
author | Chris Kempson <chriskempson@users.noreply.github.com> | 2016-10-25 09:36:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-25 09:36:48 +0100 |
commit | 0c48348a18bad52f9275d56b4adffa665a280322 (patch) | |
tree | 4ac0a640c6a72d1e008357486aa9ffd469385622 /colors/base16-tomorrow.vim | |
parent | ce6cc2ea1afb69d0684bde08bed90ecfb96533a0 (diff) | |
parent | 1dd02dfe1d679fac4500ee2909518b0b14f2a24f (diff) |
Merge pull request #120 from aaron-williamson/fix-interpol
Remove ruby interpolation highlighting override
Diffstat (limited to 'colors/base16-tomorrow.vim')
-rw-r--r-- | colors/base16-tomorrow.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/colors/base16-tomorrow.vim b/colors/base16-tomorrow.vim index c3a82fd..b07b4d5 100644 --- a/colors/base16-tomorrow.vim +++ b/colors/base16-tomorrow.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, "", "", "") |