[TxMt] Re: Snippet Braces Matching Problem

Allan Odgaard mailinglist at textmate.org
Fri Jan 7 08:02:44 UTC 2011


On 6 Jan 2011, at 12:32, Phil Molyneux wrote:

> ${1:\NMsubject{\textbf{${2:Subject}}}}
> 
> […] Is there some way to get $1 above to match to the last brace ?

Escape the braces which are supposed to be literal, like this:

  ${1:\NMsubject{\textbf{${2:Subject}\}\}}



More information about the textmate mailing list