vscode/extensions/xml/cgmanifest.json
João Moreno 3b03189afa
Restore extensions in core (#114921)
* bring back grammar extensions

* fix hygiene

* Revert "pull themes from the marketplace"

This reverts commit 0738f76dac.
2021-01-25 17:07:56 +01:00

18 lines
555 B
JSON

{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "atom/language-xml",
"repositoryUrl": "https://github.com/atom/language-xml",
"commitHash": "7bc75dfe779ad5b35d9bf4013d9181864358cb49"
}
},
"license": "MIT",
"description": "The files syntaxes/xml.json and syntaxes/xsl.json were derived from the Atom package https://github.com/atom/language-xml which were originally converted from the TextMate bundle https://github.com/textmate/xml.tmbundle.",
"version": "0.35.2"
}
],
"version": 1
}