fixed rendering

This commit is contained in:
Austin Fulbright
2024-07-27 00:03:59 -04:00
parent 887e5803d8
commit 3168084cf5
3 changed files with 6 additions and 7 deletions

View File

@@ -29,7 +29,6 @@ entry GitGraph:
'gitGraph' Direction? ':'?
NEWLINE*
(
Options?
NEWLINE*
(TitleAndAccessibilities |
statements+=Statement |
@@ -48,9 +47,6 @@ Statement
Direction:
dir=('LR' | 'TB' | 'BT');
Options:
'options' '{' rawOptions+=STRING* '}' EOL;
Commit:
'commit'
(