fixed the rest of the concerns, refactored portions of the gitGraphParser test to handle async actions

This commit is contained in:
Austin Fulbright
2024-08-05 13:53:51 -04:00
parent 9ed38ccf3a
commit 2a38d46fd9
4 changed files with 378 additions and 447 deletions

View File

@@ -26,7 +26,7 @@ hidden terminal SINGLE_LINE_COMMENT: /[\t ]*%%[^\n\r]*/;
entry GitGraph:
NEWLINE*
'gitGraph' Direction? ':'?
('gitGraph' | 'gitGraph' ':' | 'gitGraph:' | ('gitGraph' Direction ':'))
NEWLINE*
(
NEWLINE*