Hi, the Ruby grammar states that the `<<` operator and `<<-`-style here-docs could always be distinguished. To augment (ha!) its behaviour in this respect, I added a negative lookahead after the pattern matching the `<<` operator so it could never match a `<<-` here-doc.
Patch is attached or available from pastie: http://pastie.textmate.org/private/b5bcmac6i503nxhlwgczw Thanks, Martin -- "when you don't create things, you become defined by your tastes rather than ability. your tastes only narrow & exclude people. so create." — _why
ruby-assignment-lookahead.patch
Description: Binary data
_______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/listinfo/textmate-dev
