mojtabakaviani / sqltools

SQL syntax highlighting and completion Visual Studio
MIT License
6 stars 3 forks source link

Add support for raw string literals for C#11 #3

Open evgeniykim opened 1 year ago

evgeniykim commented 1 year ago

Would be nice to have highlighting not only in verbatim string literals but even in new raw string literals (https://devblogs.microsoft.com/dotnet/csharp-11-preview-updates/#raw-string-literals): Extension works: image Extension does not work: image

ilengyel commented 1 year ago

Note it is also very picky about the order of interpolation marker and new line: image