[TxMt] Re: defining string quotation marks...
jacob
asquriot at yahoo.com
Wed Mar 31 16:17:40 UTC 2010
Rob McBroom <mailinglist0 at ...> 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...
More information about the textmate
mailing list