Hello
I modify quite often scripts written by other developer. To identify my modifications, I have the habit to insert #<myname> at the beginning and #</myname> at the end of my modification.
I would like to be able to insert this 2 "tags" through a snippet. Unfortunately, if I add : #<=#<myname>%cursor%;</myname> the line is considered as a comment and ignored
same issue with : <<=#<myname>%cursor%;</myname> this time the second part is considered as a comment and ignored
Is it possible to achieve this ? and how ?
Thanks
ericc