Rob McBroom <mailinglist0@...> writes:
On Mar 31, 2010, at 12:17 PM, jacob wrote:
but when I hit test in the bundle editor, this reverts to
begin = '`"'; end = '''"';
which doesn't work...
OK, what about this?
begin = '`"'; end = '\'"';
That gives an 'Error parsing language grammar' error: "expecting """, found 'EOF' ". There's got to be some way to do this...