Changeset 3c1539eeb1e066cd00cd3114851c02578e77264e
- Timestamp:
- 06/21/2008 02:58:42 PM
(2 months ago)
- Author:
- mitchell <mitchell@frost.(none)>
- git-committer:
- mitchell <mitchell@frost.(none)> 1214085522 -0400
- git-parent:
[b354c6b519a44d37e66bbfe4571631c26e55ddeb]
- git-author:
- mitchell <mitchell@frost.(none)> 1214085522 -0400
- Message:
Ruby.rl's regexen can of course include tabs and spaces.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb354c6b |
r3c1539e |
|
| 107 | 107 | '\\' nonnewline @code |
|---|
| 108 | 108 | )* '`' @commit @code; |
|---|
| 109 | | ruby_regex = '/' ([^\r\n\f\t /\\] | '\\' nonnewline)* '/' @code; |
|---|
| | 109 | ruby_regex = '/' ([^\r\n\f/\\] | '\\' nonnewline)* '/' @code; |
|---|
| 110 | 110 | # TODO: true literal array and command detection |
|---|
| 111 | 111 | # See TODO above about literal string detection |
|---|