From 4ca3c138ac842676d907c6121afde94713d3c35b Mon Sep 17 00:00:00 2001 From: Gregory Shrago Date: Wed, 28 Jan 2015 19:24:38 +0300 Subject: [PATCH] TUTORIAL.md: add missing 'space' token --- TUTORIAL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TUTORIAL.md b/TUTORIAL.md index e46ff187..056eb95e 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -68,6 +68,7 @@ The fun part is that I even can _inject_ this language in some other files I wor LP='(' RP=')' + space='regexp:\s+' comment='regexp://.*' number='regexp:\d+(\.\d*)?' id='regexp:\p{Alpha}\w*'