grammatica-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Grammatica-users] BLOCKCOMMENT = <<<!--.*?--\>>> %ignore% does not


From: Morten Aune Lyrstad
Subject: Re: [Grammatica-users] BLOCKCOMMENT = <<<!--.*?--\>>> %ignore% does not work
Date: Sun, 28 Jan 2007 10:14:10 +0100
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

Thank you, that solved the problem perfectly!!! It was indeed your suggested problem.

Yours,
Morten Aune Lyrstad

Per Cederberg skrev:
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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]