CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 14:09:11 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091003014154
location: https://web.archive.org/web/20091003014154/https://github.com/bmabey/cucumber-pygments-lexer
server-timing: captures_list;dur=0.947481, exclusion.robots;dur=0.033084, exclusion.robots.policy;dur=0.013582, esindex;dur=0.016365, cdx.remote;dur=175.151341, LoadShardBlock;dur=224.866800, PetaboxLoader3.datanode;dur=63.616712, PetaboxLoader3.resolve;dur=112.162163
x-app-server: wwwb-app214
x-ts: 302
x-tr: 683
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app214; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 08 Aug 2025 14:09:14 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 03 Oct 2009 01:41:54 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "724ad29a76941bbbdeb88be6e52636a4"
x-archive-orig-x-runtime: 126ms
x-archive-orig-content-length: 25855
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 03 Oct 2009 01:41:54 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 03 Oct 2009 01:41:54 GMT", ; rel="memento"; datetime="Sat, 03 Oct 2009 01:41:54 GMT", ; rel="last memento"; datetime="Sat, 03 Oct 2009 01:41:54 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_12_20091003011154_crawl100-c/51_12_20091003014115_crawl101.arc.gz
server-timing: captures_list;dur=0.636255, exclusion.robots;dur=0.022855, exclusion.robots.policy;dur=0.010889, esindex;dur=0.011796, cdx.remote;dur=414.715633, LoadShardBlock;dur=176.412219, PetaboxLoader3.datanode;dur=1647.400638, PetaboxLoader3.resolve;dur=132.683789, load_resource;dur=1616.322123
x-app-server: wwwb-app214
x-ts: 200
x-tr: 2285
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
bmabey's cucumber-pygments-lexer at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | Pygments lexer for Cucumber edit |
Homepage: | https://benmabey.com/cucumber_on_github.html edit |
Public Clone URL: |
git://github.com/bmabey/cucumber-pygments-lexer.git
Give this clone URL to anyone.
git clone git://github.com/bmabey/cucumber-pygments-lexer.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:bmabey/cucumber-pygments-lexer.git
|

Ben Mabey (author)
Wed Jul 29 15:40:18 -0700 2009
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Mon Jul 27 15:30:13 -0700 2009 | Some people still use vim, Aslak. :p Lets ignor... [Ben Mabey] |
![]() |
MIT-LICENSE.txt | Sun Feb 15 22:59:16 -0800 2009 | license and readme [Ben Mabey] |
![]() |
README.textile | Mon Jul 27 16:00:11 -0700 2009 | Added Rake script that generates lexer from cuc... [aslakhellesoy] |
![]() |
Rakefile | Mon Jul 27 16:00:11 -0700 2009 | Added Rake script that generates lexer from cuc... [aslakhellesoy] |
![]() |
gherkin_lexer/ | Wed Jul 29 15:38:43 -0700 2009 | Better handling of spaces [aslakhellesoy] |
![]() |
lexer.erb.py | Wed Jul 29 15:38:43 -0700 2009 | Better handling of spaces [aslakhellesoy] |
![]() |
sample.feature | Mon Jul 27 15:21:50 -0700 2009 | more edge cases for sample.feature [Ben Mabey] |
![]() |
setup.py | Mon Jul 27 14:49:38 -0700 2009 | Created setup script. Removed unneded files. [aslakhellesoy] |
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
rake generate
sudo python setup.py install
Making Perty Cucumber features
pygmentize foo.feature
TODO
- Generate keywords for all languages like we do in the TM bundle.
- Maybe color the headers for the step tables differently?
This feature is coming soon. Sit tight!