Skip to content

A Sublime Text 3 Plugin for better Cucumber Syntax Highlighting

Notifications You must be signed in to change notification settings

thecodechef/sublime-cucumber-extended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sublime-cucumber-extended

code style: prettier

A package for Sublime Text that provides syntax coloring and snippets for Cucumber and its Gherkin language.

Works with Sublime Text 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/<user>/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.