Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrliptontea/sublime-gherkin
A simple Gherkin language support for Sublime Text
https://github.com/mrliptontea/sublime-gherkin
Last synced: about 2 months ago
JSON representation
A simple Gherkin language support for Sublime Text
- Host: GitHub
- URL: https://github.com/mrliptontea/sublime-gherkin
- Owner: mrliptontea
- Created: 2015-09-21T07:41:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-21T07:56:28.000Z (over 9 years ago)
- Last Synced: 2024-04-18T13:20:53.055Z (9 months ago)
- Size: 113 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sublime Gherkin
A simple Gherkin (Cucumber) language support for Sublime Text editor.
## Features
* [Gherkin] syntax highlighting (taken from [cucumber-sublime-bundle]),
* Common snippets for English and Polish language.## Why?
There already is a [cucumber-sublime-bundle] package but it also includes additional features: [Table Cleaner][table-cleaner] which is a separate package you can install, steps autocompletions, which work only for English language, and syntax highlighting for Ruby steps definitions.
If you look for only syntax highlighting in .features files, this repository is for you.
## Installation
1. Go to your `packages` folder (Preferences -> Browser packages...)
2. Run `git clone https://github.com/mrliptontea/sublime-gherkin.git Gherkin`[Gherkin]: https://cucumber.io/docs/reference#gherkin
[cucumber-sublime-bundle]: https://github.com/drewda/cucumber-sublime-bundle
[table-cleaner]: https://github.com/amisarca/Sublime-Text-Table-Cleaner