Browse Source

Don't highlight quoted identifiers

pull/2903/head
Lucas Trzesniewski 2 years ago
parent
commit
a328cad67e
  1. 4
      ILSpy/TextView/ILAsm-Mode-Dark.xshd
  2. 4
      ILSpy/TextView/ILAsm-Mode.xshd

4
ILSpy/TextView/ILAsm-Mode-Dark.xshd

@ -518,6 +518,10 @@ @@ -518,6 +518,10 @@
<Begin>"</Begin>
<End>"</End>
</Span>
<Span>
<Begin>'</Begin>
<End>'</End>
</Span>
</RuleSet>
<RuleSet name="CommentMarkerSet" ignoreCase="false">
<Keywords foreground="#FFFF0000" fontWeight="bold">

4
ILSpy/TextView/ILAsm-Mode.xshd

@ -518,6 +518,10 @@ @@ -518,6 +518,10 @@
<Begin>"</Begin>
<End>"</End>
</Span>
<Span>
<Begin>'</Begin>
<End>'</End>
</Span>
</RuleSet>
<RuleSet name="CommentMarkerSet" ignoreCase="false">
<Keywords foreground="#FFFF0000" fontWeight="bold">

Loading…
Cancel
Save