TabularEditor / TabularEditor3

Bug reports, feature requests, discussion and documentation for Tabular Editor 3 (commercial version).
61 stars 7 forks source link

using '@' for file paths in c# scripts does not show in orange text #1234

Open m-kovalsky opened 2 months ago

m-kovalsky commented 2 months ago

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

image

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