Skip to content

Commit

Permalink
Fixed indent after escaped parenthesis in a regex
Browse files Browse the repository at this point in the history
  • Loading branch information
jeady authored and tpope committed Mar 3, 2012
1 parent ac9ef4e commit 8e4076a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indent/ruby.vim
Expand Up @@ -33,7 +33,7 @@ set cpo&vim
" ============

" Regex of syntax group names that are or delimit string or are comments.
let s:syng_strcom = '\<ruby\%(Regexp\|RegexpDelimiter' .
let s:syng_strcom = '\<ruby\%(Regexp\|RegexpDelimiter\|RegexpEscape' .
\ '\|String\|StringEscape\|ASCIICode' .
\ '\|Interpolation\|NoInterpolation\|Comment\|Documentation\)\>'

Expand Down

0 comments on commit 8e4076a

Please sign in to comment.