| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,14 +32,14 @@ set cpo&vim | |||
| 32 | 32 | " 1. Variables {{{1 | |
| 33 | 33 | " ============ | |
| 34 | 34 | ||
| 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. | ||
| 36 | 36 | let s:syng_strcom = '\<ruby\%(Regexp\|RegexpDelimiter\|RegexpEscape' . | |
| 37 | - \ '\|Symbol\|String\|StringDelimiter\|StringEscape\|ASCIICode' . | ||
| 37 | + \ '\|String\|StringDelimiter\|StringEscape\|ASCIICode' . | ||
| 38 | 38 | \ '\|Interpolation\|NoInterpolation\|Comment\|Documentation\)\>' | |
| 39 | 39 | ||
| 40 | - " Regex of syntax group names that are strings or symbols. | ||
| 40 | + " Regex of syntax group names that are strings. | ||
| 41 | 41 | let s:syng_string = | |
| 42 | - \ '\<ruby\%(String\|Symbol\|Interpolation\|NoInterpolation\|StringEscape\)\>' | ||
| 42 | + \ '\<ruby\%(String\|Interpolation\|NoInterpolation\|StringEscape\)\>' | ||
| 43 | 43 | ||
| 44 | 44 | " Regex of syntax group names that are strings or documentation. | |
| 45 | 45 | let s:syng_stringdoc = | |
| Back | FazBrowse Home | New Git URL |
0 commit comments