SOFTWARE-CLINIC / featurebook

A command line tool (and Node.js library) for generating beautiful system specifications from Gherkin source files.
MIT License
40 stars 11 forks source link

Highlight capture groups differently in gherkin files #62

Open CaptainQuirk opened 7 years ago

CaptainQuirk commented 7 years ago

When my feature file gets transformed, I get a different highlighting for the keywords and the step definition.

However, if my step definition contains a capture group, it doesn't get highlighted differently than the step definition which makes it less readable.