In what way does it not work? Doesn't capture the
strings that you expect? Some examples?
Perhaps the problem is that . doesn't match newline
characters? Use (.|\n|\r) instead if that is the
case.
Cheers,
/Per
Morten Aune Lyrstad wrote:
Can somebody please be so kind as to explain to me why this token
definition does not work?
BLOCKCOMMENT = <<<!--.*?--\>>> %ignore%
Yours,
Morten Aune Lyrstad
_______________________________________________
Grammatica-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/grammatica-users
_______________________________________________
Grammatica-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/grammatica-users