aboutsummaryrefslogtreecommitdiff
path: root/templates/default.mustache
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 /templates/default.mustache
parentce6cc2ea1afb69d0684bde08bed90ecfb96533a0 (diff)
parent1dd02dfe1d679fac4500ee2909518b0b14f2a24f (diff)
Merge pull request #120 from aaron-williamson/fix-interpol
Remove ruby interpolation highlighting override
Diffstat (limited to 'templates/default.mustache')
-rw-r--r--templates/default.mustache1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/default.mustache b/templates/default.mustache
index cf411c2..b1f25e8 100644
--- a/templates/default.mustache
+++ b/templates/default.mustache
@@ -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, "", "", "")