lib/rouge/lexers/gherkin.rb in rouge-1.7.7 vs lib/rouge/lexers/gherkin.rb in rouge-1.8.0

- old
+ new

@@ -4,10 +4,11 @@ module Lexers class Gherkin < RegexLexer tag 'gherkin' aliases 'cucumber', 'behat' + title "Gherkin" desc 'A business-readable spec DSL ( github.com/cucumber/cucumber/wiki/Gherkin )' filenames '*.feature' mimetypes 'text/x-gherkin' @@ -132,6 +133,5 @@ rule rest_of_line, Text, :pop! end end end end -