From 58c4fe378db09b5bf18847e5330bd7e294320d71 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 17 Jan 2021 21:59:23 -0800 Subject: Bugfix for typo --- grammars/utf8-id.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grammars/utf8-id.bp b/grammars/utf8-id.bp index 26e98ba..f137104 100644 --- a/grammars/utf8-id.bp +++ b/grammars/utf8-id.bp @@ -178,7 +178,7 @@ utf8-id-start: `A-Z / `a-z / !\x00-x7F ( / \xad (\x80-x81 / \x83-x84 / \x86-xbf) / \xae\x80-xb1 / \xaf\x93-xbf - / \xb0-b3\x80-xbf + / \xb0-xb3\x80-xbf / \xb4\x80-xbd / \xb5\x90-xbf / \xb6 (\x80-x8f / \x92-xbf) -- cgit v1.2.3