feat: allow more symbols

This commit is contained in:
Yarmo Mackenbach 2024-08-26 14:04:29 +02:00
parent 98b4a304d7
commit 8f0a2c1e06
No known key found for this signature in database
GPG key ID: 2B71CD64664999B6
2 changed files with 2 additions and 4 deletions

View file

@ -101,5 +101,5 @@ fragment TEXTHEAD
fragment TEXTBODY
: LETTER
| DIGIT
| [_().,# ]
| [_\-"'()[\].,# ]
;