-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugphpPHP support issuesPHP support issuesverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.15.1
- OS Version: macOS 10.12.6
Steps to Reproduce:
- Open a new PHP file with this content:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
.test {
color: #fff;
}
<?php
echo $css;
?>
</style>
</head>
<body>
</body>
</html>- Notice that after the
$css;the highlight of CSS expands to the end of the file.
Reproduces without extensions: Yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugphpPHP support issuesPHP support issuesverifiedVerification succeededVerification succeeded