Skip to content

No matching tag highlighted if we use php inside the tag #172

@kanlukasz

Description

@kanlukasz

Video gif example:

Animation2

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
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions