Rob McBroom <mailinglist0@...> writes:
On Mar 26, 2010, at 4:31 PM, Jacob wrote:
Is there some way to get textmate to recognise this quotation convention?
begin = "`"";
Maybe this is too obvious and you’ve already tried it, but what about this?
begin = "`\"";
I've tried
begin = "`""; end = "'"";
but when I hit test in the bundle editor, this reverts to
begin = '`"'; end = '''"';
which doesn't work...