Skip to content

Commit 47f61e9

Browse files
Merge pull request #325 from timgblack/324-tsql-backslash-highlighing
Fix TSQL highlighting where a backslash exists before a single quote literal ('') in a string
2 parents 8090219 + f1ea602 commit 47f61e9

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)