FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Revert "Add symbols to string-like patterns" · vim-ruby/vim-ruby@313ed2a · GitHub

Commit 313ed2a

Browse files
committed
Revert "Add symbols to string-like patterns"
This reverts commit 9d16028.
1 parent 449e445 commit 313ed2a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎indent/ruby.vim‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ set cpo&vim
3232
" 1. Variables {{{1
3333
" ============
3434

35-
" Regex of syntax group names that are or delimit strings/symbols or are comments.
35+
" Regex of syntax group names that are or delimit string or are comments.
3636
let s:syng_strcom = '\<ruby\%(Regexp\|RegexpDelimiter\|RegexpEscape' .
37-
\ '\|Symbol\|String\|StringDelimiter\|StringEscape\|ASCIICode' .
37+
\ '\|String\|StringDelimiter\|StringEscape\|ASCIICode' .
3838
\ '\|Interpolation\|NoInterpolation\|Comment\|Documentation\)\>'
3939

40-
" Regex of syntax group names that are strings or symbols.
40+
" Regex of syntax group names that are strings.
4141
let s:syng_string =
42-
\ '\<ruby\%(String\|Symbol\|Interpolation\|NoInterpolation\|StringEscape\)\>'
42+
\ '\<ruby\%(String\|Interpolation\|NoInterpolation\|StringEscape\)\>'
4343

4444
" Regex of syntax group names that are strings or documentation.
4545
let s:syng_stringdoc =

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL