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, see images.
This does not happen in TextMate with the current bundle. You will need to talk with the VSCode devs to see if it is up-to-date or a difference in the parsing engines.
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, see images.
(I'm not sure if the issue is related only to vscode-textmate, or it belongs to textmate/html.tmbundle).
VS Code:
Visual Studio 2015:
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: