Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
m-kovalsky opened this issue Feb 23, 2024 · 0 comments
Open
Labels
issue: bug Confirmed as a bug in TE3

Comments

@m-kovalsky
Copy link

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

@m-kovalsky m-kovalsky added the template: issue Issue report created by user, needs to be triaged label Feb 23, 2024
@otykier otykier added issue: bug Confirmed as a bug in TE3 and removed template: issue Issue report created by user, needs to be triaged labels Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Confirmed as a bug in TE3
Development

No branches or pull requests

2 participants