Added support for two important keywords: 'Rule' and 'Example'. #14270
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "github/fork/Noormasarwa/noor-add-rule-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 to include two additional Gherkin keywords: Rule and Example. These keywords are now recognized in several languages, including Arabic, Hebrew, and more.
Why this change was made:
The previous implementation did not support the Rule and Example keywords, which are crucial for structuring Gherkin feature files. By adding these keywords with multilingual support, the change enhances the experience of writing Gherkin feature files in various languages, improving readability and accuracy for users working with Gherkin-based testing.
Merged by: marijnh at 2024-10-22 11:21:57 UTC