Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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