icsharpcode / AvalonEdit

The WPF-based text editor component used in SharpDevelop
http://avalonedit.net/
MIT License
1.86k stars 470 forks source link

Fix TSQL highlighting where a backslash exists before a single quote literal ('') in a string #325

Closed timgblack closed 2 years ago

timgblack commented 2 years ago

https://github.com/icsharpcode/AvalonEdit/issues/324

TSQL doesn't use \ as an escape character for strings.