diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-17 21:59:23 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-17 21:59:23 -0800 |
| commit | 58c4fe378db09b5bf18847e5330bd7e294320d71 (patch) | |
| tree | bb253de6e423c980d2a7e01b7066d21f967226cc | |
| parent | ec9835df36392d9d10b7612ccd2f01f1131f8b5d (diff) | |
Bugfix for typo
| -rw-r--r-- | grammars/utf8-id.bp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
