diff options
Diffstat (limited to 'templates/default.mustache')
-rw-r--r-- | templates/default.mustache | 1 |
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, "", "", "") |