On 02/20/2018 06:10 PM, Hans Hagen wrote:
> [...]
> local name     = P("\\") * (patterns.utf8char + S("@!?_"))^1

After checking other code samples, I realized that the approach had to
be different:

local name     = P("\\") * (patterns.letter + S("@!?_") +
patterns.utf8two + patterns.utf8three + patterns.utf8four)^1

Sorry for taking too much to realize this,

Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to