Hi,
I am trying to add a snippet for %cursor% in the [Defaults] snippet area.
cur=%snippets%
This does not work as the %cursor% is transformed to the cursor location when hitting tab. I am looking for an escape sequence, something like:
cur=%%snippet%% or cur=%cursor%,
such that a literal %cursor% is left after transforming. Those two examples don't work, but perhaps there is a way?
Thanks!