aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-mocha.vim
diff options
context:
space:
mode:
authorChris Kempson <chriskempson@users.noreply.github.com>2016-10-25 09:36:48 +0100
committerGitHub <noreply@github.com>2016-10-25 09:36:48 +0100
commit0c48348a18bad52f9275d56b4adffa665a280322 (patch)
tree4ac0a640c6a72d1e008357486aa9ffd469385622 /colors/base16-mocha.vim
parentce6cc2ea1afb69d0684bde08bed90ecfb96533a0 (diff)
parent1dd02dfe1d679fac4500ee2909518b0b14f2a24f (diff)
Merge pull request #120 from aaron-williamson/fix-interpol
Remove ruby interpolation highlighting override
Diffstat (limited to 'colors/base16-mocha.vim')
-rw-r--r--colors/base16-mocha.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/colors/base16-mocha.vim b/colors/base16-mocha.vim
index 7cb8d51..1284a8d 100644
--- a/colors/base16-mocha.vim
+++ b/colors/base16-mocha.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, "", "", "")