sublime_merge
sublime_merge copied to clipboard
Incorrect syntax highlighting in diff window
Version info
- OS: Windows 10
- Build: 2091
Incorrect syntax highlighting when using "Raw string literal text" with String interpolation using $ in C# https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/tokens/raw-string https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/tokens/interpolated
Steps to reproduce
Steps to reproduce the behavior:
- Add "Raw string literal text" with String interpolation using $ in any .cs file
- Look at the difference window
Expected behavior I expect regular syntax highlighting
Diff window:
Same code in VS:
This will be fixed in a future release when the default packages get updated: sublimehq/Packages#3789. You should be able to override the C# package if you'd like.