Posted 19 years ago
by BTAC Developer
Continuing my adventure into snippets --- if I have the lexical engine parse things between $$, it is working okay now, however it does not work if the statement is behind a pair of comment tags.
// $test$
this doesn't work. How can I use the lexical engine to correct this so that even within comments, it can be parsed?
// $test$
this doesn't work. How can I use the lexical engine to correct this so that even within comments, it can be parsed?