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

[Markdown] Language specifier after triple backtick should not be case sensitive #32805

Closed
jamesqo opened this issue Aug 18, 2017 · 0 comments
Closed
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug grammar Syntax highlighting grammar markdown Markdown support issues verified Verification succeeded
Milestone

Comments

@jamesqo
Copy link
Contributor

jamesqo commented Aug 18, 2017

Paste this into a Markdown file:

```CSharp
using System;
```

The C# code inside will not be highlighted in the editor. However, it gets highlighted in the previewer, and when you upload the markdown file to GitHub and view it there.

Lowercasing CSharp gets it highlighted in the editor:

```csharp
using System;
```

@vscodebot vscodebot bot added the markdown Markdown support issues label Aug 18, 2017
@mjbvz mjbvz self-assigned this Aug 18, 2017
@mjbvz mjbvz added grammar Syntax highlighting grammar bug Issue identified by VS Code Team member as probable bug labels Aug 18, 2017
@mjbvz mjbvz added this to the August 2017 milestone Aug 18, 2017
@mjbvz mjbvz closed this as completed in 59d5ce9 Aug 18, 2017
@roblourens roblourens added the verified Verification succeeded label Aug 31, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug grammar Syntax highlighting grammar markdown Markdown support issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants