cucumber-attic / gherkin-syntax-highlighters

Syntax highlighters for Gherkin source
http://cucumber.github.com/gherkin-syntax-highlighters/
MIT License
23 stars 10 forks source link

Support JIRA Syntax Highlighter PlugIn #10

Open aslakhellesoy opened 11 years ago

aslakhellesoy commented 11 years ago

The plugin's home page is here and the source is on bitbucket.

It uses Alex Gorbachev's SyntaxHighlighter and the source is on github

If someone wants to add support for it, I recommend the following:

1) Implement it in this repo, using the i18n code generation techniques you see for other engines 2) Create a pull request in SyntaxHighlighter, copying over the generated code

If it's accepted and SyntaxHighlighter makes a new release, it's time to make a pull request in the JIRA Syntax Highlighter PlugIn, more specifically in SyntaxHighlighterMacro.java.

In other words - a lot of work.

rosskevin commented 11 years ago

I wanted to cross-reference an issue in the referenced JIRA Syntax Highlighter PlugIn bitbucket issues list: https://bitbucket.org/hski/syntaxplugin-public/issue/15/support-for-code-gherkin

As well as the fact that they reference a SyntaxHighlighter custom brush for Gherkin: http://geekswithblogs.net/liammclennan/archive/2010/03/30/138985.aspx

While it was posted a while ago, it could make this less of a chore.

gquemener commented 11 years ago

:+1: