Skip to content

Commit f1ea602

Browse files
committed
Fix TSQL highlighting where a backslash exists before a single quote literal ('') in a string
1 parent 8090219 commit f1ea602

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ICSharpCode.AvalonEdit/Highlighting/Resources/TSQL-Mode.xshd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
<Span color="Char">
3131
<Begin>'</Begin>
3232
<End>'</End>
33-
<RuleSet>
34-
<Span begin="\\" end="."/>
35-
</RuleSet>
3633
</Span>
3734

3835
<Keywords color="Keywords">

0 commit comments

Comments
 (0)