mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 01:37:20 +00:00
5f9fc780c2
* Add snippets as a language * Snippets -> Code Snippets * Add tests * json.snippets -> json.comments.snippets
29 lines
No EOL
644 B
JSON
29 lines
No EOL
644 B
JSON
{
|
|
"registrations": [
|
|
{
|
|
"component": {
|
|
"type": "git",
|
|
"git": {
|
|
"name": "microsoft/vscode-JSON.tmLanguage",
|
|
"repositoryUrl": "https://github.com/microsoft/vscode-JSON.tmLanguage",
|
|
"commitHash": "9bd83f1c252b375e957203f21793316203f61f70"
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"version": "0.0.0"
|
|
},
|
|
{
|
|
"component": {
|
|
"type": "git",
|
|
"git": {
|
|
"name": "jeff-hykin/better-snippet-syntax",
|
|
"repositoryUrl": "https://github.com/jeff-hykin/better-snippet-syntax",
|
|
"commitHash": "2b1bb124cb2b9c75c3c80eae1b8f3a043841d654"
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"version": "1.0.2"
|
|
}
|
|
],
|
|
"version": 1
|
|
} |