Skip to content
Snippets Groups Projects
Commit c99543c2 authored by Jeanine Adkisson's avatar Jeanine Adkisson
Browse files

Merge pull request #271 from rumpelsepp/c#

Disable not existing rules in C# lexer
parents 6e5c61f1 12a8ac01
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -44,9 +44,9 @@ module Rouge
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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment