vscode/extensions/csharp/cgmanifest.json

18 lines
449 B
JSON
Raw Normal View History

{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "dotnet/csharp-tmLanguage",
"repositoryUrl": "https://github.com/dotnet/csharp-tmLanguage",
2018-12-03 10:29:00 +00:00
"commitHash": "ad7514e8d78542a6ee37f6187091cd4102eb3797"
}
},
"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-12-12 16:25:07 +00:00
}