Python
Switch branches/tags
Nothing to show
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= gherkin_lexer
carview.php?tsp= .gitignore
carview.php?tsp= MIT-LICENSE.txt
carview.php?tsp= README.textile
carview.php?tsp= Rakefile
carview.php?tsp= lexer.erb.py
carview.php?tsp= sample.feature
carview.php?tsp= setup.py

README.textile

Gherkin Syntax Lexer for Pygments

This is a pygments lexer for Gherkin- the language that Cucumber knows.

For an idea of what it looks like click here.

Installing

sudo python setup.py install

Making Perty Cucumber features

pygmentize foo.feature

Hacking

Edit lexer.erb.py, then run rake generate