Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

XML syntax definition problem #96

Closed
@alexr00

Description

@alexr00

From @omochi on January 19, 2019 17:0

I may found bug of syntax.

https://github.com/Microsoft/vscode/blob/10a1d2a50a2882f5ae85bdb51eb04d3064fb9de9/extensions/xml/syntaxes/xml.tmLanguage.json#L354-L363

It should be:

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

Copied from original issue: microsoft/vscode#66776

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions