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

[razor] inconsistent syntax highlighting #558

Closed
ghost opened this issue Nov 24, 2015 · 1 comment
Closed

[razor] inconsistent syntax highlighting #558

ghost opened this issue Nov 24, 2015 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug languages-basic Basic language support issues
Milestone

Comments

@ghost
Copy link

ghost commented Nov 24, 2015

<h2>@ViewData["Title"]</h2> causes incorrect tag highlighting. Fixed by any html text string following it such as <vsfix>&nbsp;</vsfix> Reproducible in multiple and default themes.

screen shot 2015-11-24 at 10 47 06 am
screen shot 2015-11-24 at 10 47 32 am

@aeschli aeschli added the bug Issue identified by VS Code Team member as probable bug label Nov 25, 2015
@aeschli aeschli changed the title CSHTML / razor views inconsistent syntax highlighting [razor] inconsistent syntax highlighting Nov 25, 2015
@egamma egamma added the languages-basic Basic language support issues label Nov 30, 2015
@egamma egamma modified the milestone: Backlog Dec 10, 2015
@aeschli
Copy link
Contributor

aeschli commented Feb 22, 2017

The grammar now recovers after <h2>@ViewData["Title"]</h2>. But </h2> is colorized strangely. I created https://github.com/demyte/language-cshtml/issues/12

@aeschli aeschli closed this as completed Feb 22, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 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 languages-basic Basic language support issues
Projects
None yet
Development

No branches or pull requests

2 participants