Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create gherkin syntax highlighting for Ace #16

Open
eliza411 opened this issue Mar 15, 2013 · 1 comment
Open

Create gherkin syntax highlighting for Ace #16

eliza411 opened this issue Mar 15, 2013 · 1 comment
Assignees

Comments

@eliza411
Copy link

Feature: Highlight syntax in code editor
In order to easily see the structure of a feature file
As a web user
I want to see Gherkin syntax highlighting

@ghost ghost assigned sdboyer Mar 15, 2013
@ghost ghost assigned eliza411 and sdboyer May 17, 2013
@eliza411
Copy link
Author

I've integrated Ace and rudimentary syntax highlighting by forking https://github.com/norzechowicz/aceeditor-bundle and including mode-gherkin-en.js (for the time being) in the Ace source included with this bundle (from here: https://github.com/cucumber/gherkin-syntax-highlighters). There's a lot left to do:

I'd like to see the given, when, and then blocks highlighted in different colors, more like the command-line output and to see well-supported translation. It demo-able though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants