Skip to content

TextMate config error in /extensions/xml/syntaxes/xml.tmLanguage.json #184852

@sebthom

Description

@sebthom

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.79
  • OS Version: Windows

Steps to Reproduce:
The file https://github.com/microsoft/vscode/blob/main/extensions/xml/syntaxes/xml.tmLanguage.json contains a syntax/schema/config error. The "end" and "name" property are added add the wrong level.

"comments": {
"patterns": [
{
"begin": "<%--",
"captures": {
"0": {
"name": "punctuation.definition.comment.xml"
},
"end": "--%>",
"name": "comment.block.xml"
}
},
{

This was discovered when trying to parse the TextMate file using Eclipse TM4E.

Metadata

Metadata

Assignees

Labels

*duplicateIssue identified as a duplicate of another issue(s)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions