Re: [Grammatica-users] BLOCKCOMMENT = <<
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
Grammatica-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/grammatica-users
_______________________________________________
Grammatica-users mailing list
Grammatica-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/grammatica-users
BLOCKCOMMENT = <<<!--.*?--\>>> %ignore% Yours, Morten Aune Lyrstad _______________________________________________ Grammatica-users mailing list Grammatica-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/grammatica-users
- [Grammatica-users] BLOCKCOMMENT = <<<!--.*?--... Morten Aune Lyrstad
- Re: [Grammatica-users] BLOCKCOMMENT = <<<... Per Cederberg
- Re: [Grammatica-users] BLOCKCOMMENT = <<... Morten Aune Lyrstad