Skip to content
This repository was archived by the owner on Apr 27, 2018. It is now read-only.

Commit 2c8fa01

Browse files
committed
Add InterpolationDelimiter to the list of "string or delimiter"
Unsure if this won't break anything else :/.
1 parent eafac86 commit 2c8fa01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indent/ruby.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set cpo&vim
3434
" Regex of syntax group names that are or delimit strings/symbols or are comments.
3535
let s:syng_strcom = '\<ruby\%(Regexp\|RegexpDelimiter\|RegexpEscape' .
3636
\ '\|Symbol\|String\|StringDelimiter\|StringEscape\|ASCIICode' .
37-
\ '\|Interpolation\|NoInterpolation\|Comment\|Documentation\)\>'
37+
\ '\|Interpolation\|InterpolationDelimiter\|NoInterpolation\|Comment\|Documentation\)\>'
3838

3939
" Regex of syntax group names that are strings.
4040
let s:syng_string =

0 commit comments

Comments
 (0)