diff options
| author | Ahmed <git@gumx.cc> | 2026-06-20 00:07:58 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-20 00:07:58 +0300 |
| commit | f0b79f27b7f17e3862285e01b71aad30cb25cd89 (patch) | |
| tree | 47b3e67d55a98c089ce16d77cb55ff04f5f3b216 /spec/scripts/gen_abnf.py | |
| parent | ba5a9613f6c5b7d9b5f7eb7add147a9bdb8b6a44 (diff) | |
fix: bunch of vibed edits to fix vibed edits
Diffstat (limited to 'spec/scripts/gen_abnf.py')
| -rw-r--r-- | spec/scripts/gen_abnf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/scripts/gen_abnf.py b/spec/scripts/gen_abnf.py index 9569195..88354ea 100644 --- a/spec/scripts/gen_abnf.py +++ b/spec/scripts/gen_abnf.py @@ -53,7 +53,7 @@ def main(): fields = reg["fields"] lines = [] - lines.append("; UGI Grammar v0 — RFC 5234 ABNF") + lines.append("; UGI Grammar v0: RFC 5234 ABNF") lines.append("; Generated from ugi_registry_v0.json") lines.append(";") lines.append("; Compatible with abnf.dev/abnf2svg") @@ -119,7 +119,7 @@ def main(): has_alt = mods.get("alternative", False) hex_code = hex_char(code) - lines.append(f"; {code} — {f['name']} ({ftype})") + lines.append(f"; {code}: {f['name']} ({ftype})") if ftype == "direct": # Build modifier part |
