vscode/extensions/csharp/cgmanifest.json

19 lines
450 B
JSON
Raw Normal View History

{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "dotnet/csharp-tmLanguage",
"repositoryUrl": "https://github.com/dotnet/csharp-tmLanguage",
2018-11-15 16:43:46 +00:00
"commitHash": "b95e4044ff1ac52e03f622de76f459dc5388954c"
}
},
"license": "MIT",
2018-11-15 16:43:46 +00:00
"version": "0.1.0",
"description": "The file syntaxes/csharp.tmLanguage.json was derived from https://github.com/dotnet/csharp-tmLanguage"
}
],
"version": 1
2018-11-15 16:43:46 +00:00
}