Add bind for bidirectional

This commit is contained in:
Tijder 2021-12-14 19:59:09 +00:00
parent 6800601d94
commit 168b87bb4a
3 changed files with 5 additions and 0 deletions

View file

@ -77,6 +77,7 @@ def parse(tokens) -> T.Tuple[ast.UI, T.Optional[MultipleErrors]]:
ZeroOrMore(AnyOf(
Sequence(Keyword("sync-create"), UseLiteral("sync_create", True)),
Sequence(Keyword("after"), UseLiteral("after", True)),
Sequence(Keyword("bidirectional"), UseLiteral("bidirectional", True)),
)),
)
)