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
andremacola opened this issue
May 27, 2019
· 3 comments
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugphpPHP support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)
Copy and paste the code below. The brackets are with the wrong color
<?php if ($test) { ?>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Molestiae ipsam eius quos voluptate hic recusandae excepturi cum. Dolores vitae sunt optio assumenda soluta aliquam numquam voluptatum modi minima, labore illo.</p>
<?php } else { ?>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Molestiae ipsam eius quos voluptate hic recusandae excepturi cum. Dolores vitae sunt optio assumenda soluta aliquam numquam voluptatum modi minima, labore illo.</p>
<?php } ?>
As you can see it provides us just a generic source.php meta.embedded.line.phpthat we can't target. This is sort of bug because the second curly bracket (the opening one) have a different scope.
The text was updated successfully, but these errors were encountered:
Closing this issue because it seems to be fixed on the latest version of Insiders. @andremacola feel free to reply if this issue still occurs for you after updating.
roblourens
added
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
and removed
*not-reproducible
Issue cannot be reproduced by VS Code Team member as described
labels
Nov 7, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugphpPHP support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)
Copy and paste the code below. The brackets are with the wrong color
As you can see it provides us just a generic source.php
meta.embedded.line.phpthat
we can't target. This is sort of bug because the second curly bracket (the opening one) have a different scope.The text was updated successfully, but these errors were encountered: