mirror of
https://codeberg.org/NLnet/takentaal.git
synced 2025-08-30 06:20:06 +00:00
feat: reuse DIGIT rule
This commit is contained in:
parent
3138a4c499
commit
7c26274bda
1 changed files with 2 additions and 1 deletions
|
@ -97,5 +97,6 @@ fragment TEXTHEAD
|
||||||
|
|
||||||
fragment TEXTBODY
|
fragment TEXTBODY
|
||||||
: TEXTHEAD
|
: TEXTHEAD
|
||||||
| [0-9_()., ]
|
| DIGIT
|
||||||
|
| [_()., ]
|
||||||
;
|
;
|
Loading…
Add table
Add a link
Reference in a new issue