fixed tags for gitGraph

This commit is contained in:
Austin Fulbright
2024-07-26 22:55:40 -04:00
parent 1af90946bc
commit a386bd0b74
4 changed files with 9 additions and 9 deletions

View File

@@ -45,7 +45,6 @@ Statement
| CherryPicking
;
Direction:
dir=('LR' | 'TB' | 'BT');
@@ -57,7 +56,7 @@ Commit:
(
'id:' id=STRING
|'msg:'? message=STRING
|'tag:' tags=STRING
|'tag:' tags+=STRING
|'type:' name=('NORMAL' | 'REVERSE' | 'HIGHLIGHT')
)* EOL;
Branch:
@@ -69,7 +68,7 @@ Merge:
'merge' branch=(ID|STRING)
(
'id:' id=STRING
|'tag:' tags=STRING
|'tag:' tags+=STRING
|'type:' name=('NORMAL' | 'REVERSE' | 'HIGHLIGHT')
)* EOL;
@@ -80,7 +79,7 @@ CherryPicking:
'cherry-pick'
(
'id:' id=STRING
|'tag:' tags=STRING
|'tag:' tags+=STRING
|'parent:' id=STRING
)* EOL;