diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-05-26 10:52:35 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-26 11:40:24 +0200 |
| commit | 393fbb26231c57309e8bfa92c9b209c5f4b6c70e (patch) | |
| tree | a2524e2390d865df2824aac07cfbdf039f5a8d64 /syntax/def_SemWord.py | |
| parent | 0e9dcfb9067585e4698b050c0d4f4dff3efe4377 (diff) | |
consistently mark new syntax with dotted line
Diffstat (limited to 'syntax/def_SemWord.py')
| -rwxr-xr-x | syntax/def_SemWord.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/syntax/def_SemWord.py b/syntax/def_SemWord.py index d0768ad..243c707 100755 --- a/syntax/def_SemWord.py +++ b/syntax/def_SemWord.py @@ -6,7 +6,7 @@ from railroad import * Diagram( - Choice(0, + Group(Choice(0, Sequence( NonTerminal("SEMPREFIX"), "<", @@ -17,6 +17,6 @@ Diagram( NonTerminal("SEMPREFIX"), NonTerminal("CURIE"), ) - ), + )), type="complex" ).writeStandalone(sys.stdout.write) |
