iteratec / bdd-power-tools

A VS Code extension providing syntax highlighting and step completion for .feature files
MIT License
1 stars 4 forks source link

Allow keywords to be configurable #10

Closed Ajwah closed 4 years ago

Ajwah commented 4 years ago

Gherkin library allows us to modify the "gherkin-languages.json" so that we can introduce the most appropriate keywords that pertain to our domain. While many will use the canonical GWT-keywords; others prefer to adopt different keywords that make more sense for their project. It would be helpful if we could dynamically alter: syntaxes/gherkin.tmLanguage.json through some setting instead.

I am wondering if this is feasible and something you would be interested to support.