openfga / language

Grammar for the OpenFGA modeling language
https://openfga.dev
Apache License 2.0
17 stars 7 forks source link

fix: allow usage of module and extend as identifiers #194

Closed ewanharris closed 6 months ago

ewanharris commented 6 months ago

Description

Currently if extend or module are used anywhere as identifiers then they will cause a parse error, so add them to the identifiers list along with other keywords

References

Review Checklist