This is an extension to the code editor Brackets, and adds syntax
highlighting for Gherkin files with the extension .feature
.
- Open the the Extension Manager from the File menu.
- Search for
gherkin
and press install.
When releasing a new version a zip of the code is needed for upload at the extension registry. Generate it with the following snippet:
git archive --format zip -o brackets-gherkin.zip master
GitHub flow or simple commits into master that contains a small but full feature/thing/issue. Git flow is not used since more or less all commits equal a new release.
There are some statistics about downloads for each version released.