Include C# textmate grammar. Fixes #19469

This commit is contained in:
Martin Aeschlimann
2017-02-08 13:06:04 +01:00
parent 2cf9b325cb
commit 0fa326c6a1
7 changed files with 6056 additions and 456 deletions

View File

@@ -0,0 +1,10 @@
// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS:
[
{
"name": "dotnet/csharp-tmLanguage",
"version": "0.1.0",
"license": "MIT",
"repositoryURL": "https://github.com/dotnet/csharp-tmLanguage",
"description": "The file syntaxes/csharp.tmLanguage.json was derived from https://github.com/dotnet/csharp-tmLanguage"
}
]