Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 653 Bytes

README.textile

File metadata and controls

26 lines (15 loc) · 653 Bytes

Gherkin Syntax Lexer for Pygments

TEST

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

Installing

The lexer is part of the Pygments codebase. Pygments gets updated when there are major changes in this repo,
for example when a new translation is added to Gherkin.

Cheat sheet for Aslak:

hg clone https://[email protected]/aslakhellesoy/pygments-main cd pygments-main hg pull https://[email protected]/birkenfeld/pygments-main hg update

Making Pretty Cucumber features

pygmentize foo.feature

Hacking

Edit lexer.erb.py, then run rake