Luke Redmore
Luke Redmore
Closes https://github.com/rouge-ruby/rouge/issues/2178 This commit delegates lexing of annotated block strings in Gherkin to the lexer specified by the annotation: | Before | After | :-------------------------:|:-------------------------: | Thanks for maintaining such...
The Gherkin lexer should delegate to other lexers inside a `"""` string literal block annotated with a language identifier (e.g. `"""ruby`), similar to the [JetBrains Gherkin plugin](https://github.com/JetBrains/intellij-plugins/blob/d76751f551f9d73023e9004f86594eafaba8b7d4/cucumber/test/org/jetbrains/plugins/cucumber/injections/GherkinInjectionTest.java). This would make...