|
| 1 | += 2007.05.07 |
| 2 | + |
| 3 | +== Ruby Syntax Highlighting |
| 4 | + |
| 5 | +Highlight OPTIMIZE alongside FIXME and TODO. |
| 6 | + |
| 7 | +Multiline array literals can now be folded. |
| 8 | + |
| 9 | +== Ruby Filetype Support |
| 10 | + |
| 11 | +Added mappings for [[, ]], [], ][, [m, ]m, [M, and ]M. The first four bounce |
| 12 | +between class and module declarations, and the last four between method |
| 13 | +declarations. |
| 14 | + |
| 15 | +== eRuby Syntax Highlighting |
| 16 | + |
| 17 | +Tim Pope has taken over maintenance of the eRuby syntax file. The subtype of |
| 18 | +the file is now determined dynamically from the filename, rather than being |
| 19 | +hardwired to HTML. It can be overridden with b:eruby_subtype. |
| 20 | + |
| 21 | +== eRuby Filetype Support |
| 22 | + |
| 23 | +Tim Pope has taken over maintenance of the eRuby filetype plugin. Like with |
| 24 | +the syntax file, the subtype is now determined dynamically. |
| 25 | + |
| 26 | +== eRuby Indenting |
| 27 | + |
| 28 | +As with the syntax file and filetype plugin, the subtype is now determined |
| 29 | +dynamically. |
| 30 | + |
| 31 | +== Bug Fixes |
| 32 | + |
| 33 | +Ruby syntax file |
| 34 | + - when ruby_operators is set, highlight scope and range operators, and don't |
| 35 | + match '>' in =>' |
| 36 | + - regexp literals are highlighted after the 'else' keyword |
| 37 | + - don't match [!=?] as part of a sigil prefixed symbol name |
| 38 | + - allow text to appear after, and on the same line, as '=begin' in |
| 39 | + rubyDocumentation regions |
| 40 | + - highlight %s() ans a symbol, not a string |
| 41 | + - eliminated some false positves for here docs, symbols, ASCII codes, and |
| 42 | + conditionals as statement modifiers |
| 43 | + - added "neus" to regexp flags |
| 44 | + - Highlight punctuation variables in string interpolation, and flag invalid |
| 45 | + ones as errors |
| 46 | + - removed : from rubyOptionalDoLine (falsely matches on symbols) |
| 47 | + |
| 48 | +Ruby filetype plugin |
| 49 | + - eliminated some false positives with the matchit patterns |
| 50 | + |
| 51 | +Ruby indent plugin |
| 52 | + - ignore instance, class, and global variables named "end" |
| 53 | + |
| 54 | + |
1 | 55 | = 2007.03.02 |
2 | 56 |
|
3 | 57 | == Omni Completion |
|
0 commit comments