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

https://github.com/thecodechef/sublime-cucumber-extended

A Sublime Text 3 Plugin for better Cucumber Syntax Highlighting
https://github.com/thecodechef/sublime-cucumber-extended

bdd cucumber cucumber-js cucumber-ruby gherkin jekyll jekyll-site rubygem sublime-text sublime-text-3 sublime-text-plugin

Last synced: about 1 year ago
JSON representation

A Sublime Text 3 Plugin for better Cucumber Syntax Highlighting

Awesome Lists containing this project

README

          

# sublime-cucumber-extended
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

A package for [Sublime Text](http://www.sublimetext.com/) that provides syntax coloring and snippets for [Cucumber](http://cucumber.io/) and its [Gherkin](https://docs.cucumber.io/gherkin/) language.

Works with [Sublime Text 3](https://www.sublimetext.com/3) only.

## Installation

### Automatic - via Package Control
Search for Cucumber Extended

### From source - Mac OSX
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
git clone -b master https://github.com/thecodechef/sublime-cucumber-extended.git Cucumber

### From source - Linux
cd ~/.config/sublime-text-3/Packages
git clone -b master https://github.com/thecodechef/sublime-cucumber-extended.git Cucumber

### From source - Windows
cd Users//AppData/Roaming/Sublime\ Text\ 3/Packages/
git clone -b master https://github.com/thecodechef/sublime-cucumber-extended.git Cucumber

Restart Sublime Text.

---

I host this project at https://github.com/thecodechef/sublime-cucumber-extended for those who use Sublime Package Control.