20 Feb
2018
20 Feb
'18
7:10 p.m.
On 02/20/2018 06:10 PM, Hans Hagen wrote:
On 2/20/2018 5:18 PM, Pablo Rodriguez wrote:
[...] I’m afraid it might be a bug.
local name = P("\\") * (patterns.utf8char + S("@!?_"))^1
Hans, I’m afraid that my previous reply was too fast. Just after testing it worked, I saw it broke comments themselves. Something like that would be needed: local name = P("\\") * (patterns.utf8character - S(" \t\f\v\n\r.,;'\"=+-"))^1 I hope it might help, Pablo -- http://www.ousia.tk