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

"cs" isn't recognized as a syntax highlighting identifier for "C#" #2760

Closed
1 task done
pvginkel opened this issue Dec 13, 2021 · 0 comments
Closed
1 task done

"cs" isn't recognized as a syntax highlighting identifier for "C#" #2760

pvginkel opened this issue Dec 13, 2021 · 0 comments

Comments

@pvginkel
Copy link

Description

"cs" isn't recognized as an alias for C# syntax highlighting. "csharp" is.

  • Can you reproduce the issue?

Steps to reproduce

Create a markdown document like this:

```cs
int x;
```

E.g. GitHub and Typora recognize this.

Expected behavior:

Code blocks with the "cs" identifier render as C# code.

Actual behavior:

Code blocks with the "cs" identifier are not syntax highlighted.

Versions

  • Mark Text version: v0.16.3
  • Operating system: Windows 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant