lib/rouge/lexers/csharp.rb in rouge-3.3.0 vs lib/rouge/lexers/csharp.rb in rouge-3.4.0

- old
+ new

@@ -69,10 +69,9 @@ end state :root do mixin :whitespace - rule /^\s*\[.*?\]/, Name::Attribute rule /[$]\s*"/, Str, :splice_string rule /[$]@\s*"/, Str, :splice_literal rule /(<\[)\s*(#{id}:)?/, Keyword rule /\]>/, Keyword