TabularEditor3
TabularEditor3 copied to clipboard
using '@' for file paths in c# scripts does not show in orange text
Description
As an example, the following code should show in orange (like any other text in double quotes) but it shows in black. This is due to the '@'. I can add double \ and remove the '@' and then it will show in orange but using the '@' is cleaner.
string @"C:\Users\username\folder\file.txt";
Tabular Editor 3 Version
3.13.0
Screenshots
Steps to Reproduce
write this code in the c# window:
string @"C:\Users\username\folder\file.txt";
Expected behavior
No response
Crash Report
No response
Windows Version
11