fixed all rendering differences

This commit is contained in:
Austin Fulbright
2024-07-27 02:02:12 -04:00
parent 9f6a7b79ac
commit 275dbe9b2e
3 changed files with 5 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ Merge:
(
'id:' id=STRING
|'tag:' tags+=STRING
|'type:' name=('NORMAL' | 'REVERSE' | 'HIGHLIGHT')
|'type:' type=('NORMAL' | 'REVERSE' | 'HIGHLIGHT')
)* EOL;
Checkout:
@@ -76,7 +76,7 @@ CherryPicking:
(
'id:' id=STRING
|'tag:' tags+=STRING
|'parent:' id=STRING
|'parent:' parent=STRING
)* EOL;