lib/rouge/lexers/apache.rb in rouge-3.5.1 vs lib/rouge/lexers/apache.rb in rouge-3.6.0

- old
+ new

@@ -48,10 +48,10 @@ end end state :section do # Match section arguments - rule %r/([^>]+)?(>(?:\r\n?|\n)?)/ do |m| + rule %r/([^>]+)?(>(?:\r\n?|\n)?)/ do groups Literal::String::Regex, Punctuation pop! end mixin :whitespace