Skip to content

Commit

Permalink
Merge pull request #325 from timgblack/324-tsql-backslash-highlighing
Browse files Browse the repository at this point in the history
Fix TSQL highlighting where a backslash exists before a single quote literal ('') in a string
  • Loading branch information
siegfriedpammer authored Dec 20, 2021
2 parents 8090219 + f1ea602 commit 47f61e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ICSharpCode.AvalonEdit/Highlighting/Resources/TSQL-Mode.xshd
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
<Span color="Char">
<Begin>'</Begin>
<End>'</End>
<RuleSet>
<Span begin="\\" end="."/>
</RuleSet>
</Span>

<Keywords color="Keywords">
Expand Down

0 comments on commit 47f61e9

Please sign in to comment.