You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I found a bug, with the html grammar in VS Code, when you place a closing script-tag in the same line immediately after 2 fwd slashes, as: <script> //</script>
the grammar will not detect the closing tag, and will display it with wrong color format, see images.
This should be marked as a BUG, since a Closing-Tag after 2 slashes is perfectly valid HTML syntax, and so should it be interpreted in VS Code.
Hi, I found a bug, with the html grammar in VS Code, when you place a closing script-tag in the same line immediately after 2 fwd slashes, as:
<script> //</script>
the grammar will not detect the closing tag, and will display it with wrong color format, see images.
This should be marked as a BUG, since a Closing-Tag after 2 slashes is perfectly valid HTML syntax, and so should it be interpreted in VS Code.
(See my post and conversation at vscode-textmate, and @alexandrudima suggestion here).
VS Code:
Visual Studio 2015:
Commit 7c7da59
Date 2018-05-03T16:44:55.614Z
Shell 1.7.12
Renderer 58.0.3029.110
Node 7.9.0
Architecture x64
Steps to Reproduce:
This issue does occur when all extensions are disabled too.
The text was updated successfully, but these errors were encountered: