Added support for two important keywords: 'Role' and 'Example'. #14269
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "github/fork/Noormasarwa/add-role-and-example-keywords"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In this update, I extended the CodeMirror syntax highlighting functionality to include support for two additional Gherkin keywords: Role and Example. These keywords are now recognized in multiple languages, including Arabic, Hebrew, and other supported languages.
Why this change was made:
The original implementation lacked support for the Role and Example keywords, which are essential in certain Gherkin syntax and scenarios. Adding these keywords ensures better support for writing Gherkin feature files across multilingual environments. This improvement enhances the developer experience by providing more accurate syntax highlighting, making it easier to write and maintain Gherkin-based tests.
Pull request closed