Video gif example:

Note:
As you can see at the beginning of the video, all tags are properly matched / highlighted
But after using php inside a tag, the </section> tag does not highlight a match
Environment for tests:
- VsCode Version: 1.72.2
- PHP Tools v1.18.10878 Pre-Release
- OS Name: Microsoft Windows 11 Pro
- OS Version: 10.0.22621 N/A Build 22621
VSCode settings:
{
"workbench.colorTheme": "Darcula",
"php.suggest.basic": false,
"php.validate.enable": false,
"emmet.excludeLanguages": [
"markdown",
"php"
],
"php.problems.exclude": {
"wp-admin/": true,
"wp-includes/": true,
"wp-content/plugins/": true,
"vendor/": true,
},
"php.codeLens.enabled": false
}
Video gif example:
Note:
As you can see at the beginning of the video, all tags are properly matched / highlighted
But after using php inside a tag, the
</section>tag does not highlight a matchEnvironment for tests:
VSCode settings:
{ "workbench.colorTheme": "Darcula", "php.suggest.basic": false, "php.validate.enable": false, "emmet.excludeLanguages": [ "markdown", "php" ], "php.problems.exclude": { "wp-admin/": true, "wp-includes/": true, "wp-content/plugins/": true, "vendor/": true, }, "php.codeLens.enabled": false }