While writing a tool with textmate grammars, I tried some examples taken from this repository and was surprised to see an error with the xml syntax file. I suspect it contains a typo in the "begin/end" rule with "--%>" the end and name fields are nested in the repository field where I think they shouldn't be.
I'm maybe wrong, it may be intended and this is a valid syntax file, but just in case I report it (since the source repo is now readonly I reported it here).
While writing a tool with textmate grammars, I tried some examples taken from this repository and was surprised to see an error with the xml syntax file. I suspect it contains a typo in the "begin/end" rule with "--%>" the end and name fields are nested in the repository field where I think they shouldn't be.
I'm maybe wrong, it may be intended and this is a valid syntax file, but just in case I report it (since the source repo is now readonly I reported it here).
vscode/extensions/xml/syntaxes/xml.tmLanguage.json
Line 360 in 3728533