feat: reuse DIGIT rule

This commit is contained in:
Yarmo Mackenbach 2024-08-12 10:52:45 +02:00
parent 3138a4c499
commit 7c26274bda
No known key found for this signature in database
GPG key ID: 2B71CD64664999B6

View file

@ -97,5 +97,6 @@ fragment TEXTHEAD
fragment TEXTBODY
: TEXTHEAD
| [0-9_()., ]
| DIGIT
| [_()., ]
;