summaryrefslogtreecommitdiffstats
path: root/cnp-specification.cnm
diff options
context:
space:
mode:
Diffstat (limited to 'cnp-specification.cnm')
-rw-r--r--cnp-specification.cnm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnp-specification.cnm b/cnp-specification.cnm
index 18124f3..28f473b 100644
--- a/cnp-specification.cnm
+++ b/cnp-specification.cnm
@@ -54,7 +54,7 @@ content
section EBNF
raw ebnf
raw_character = ? any byte except "\0", "\n", " ", "=", "\\" ? ;
- escaped_character = "\\" ( "0" | "n" | "_" | "-" | "\\" ) ;
+ escaped_character = "\\", ( "0" | "n" | "_" | "-" | "\\" ) ;
ident_character = raw_character | escaped_character ;
identifier = ident_character, { ident_character } ;
number = "0" | ( "1" … "9" ), { "0" … "9" } ;