lib/rouge/lexers/csharp.rb in rouge-1.9.0 vs lib/rouge/lexers/csharp.rb in rouge-1.9.1

- old
+ new

@@ -42,12 +42,12 @@ state :root do mixin :whitespace rule /^\s*\[.*?\]/, Name::Attribute - rule /[$]\s*"/, Str, :splice_string - rule /[$]\s*<#/, Str, :splice_recstring - rule /<#/, Str, :recstring + # rule /[$]\s*"/, Str, :splice_string + # rule /[$]\s*<#/, Str, :splice_recstring + # rule /<#/, Str, :recstring rule /(<\[)\s*(#{id}:)?/, Keyword rule /\]>/, Keyword rule /[~!%^&*()+=|\[\]{}:;,.<>\/?-]/, Punctuation