message-size-increase #3

Open
sashakoshka wants to merge 81 commits from message-size-increase into main
Showing only changes of commit 1f62f6d973 - Show all commits

View File

@ -38,10 +38,10 @@ Buffer are simply forced to use their "long" variant.
## Tokens
| Name | Syntax |
| -------- | --------------------- |
| -------- | ------------------ |
| Method | `M[0-9A-Fa-f]{4}` |
| Key | `[0-9A-Fa-f]{4}` |
| Ident | `[A-Za-z][A-Za-z0-9]` |
| Ident | `[A-Z][A-Za-z0-9]` |
| Comma | `,` |
| LBrace | `{` |
| RBrace | `}` |