Skip to content

Commit 92daa3f

Browse files
Merge pull request #1299 from DustinCampbell/remove-csharp-grammar
Remove C# grammar and configuration now that it is included in VS Code 1.10
2 parents dd8c7e1 + 99b1f5b commit 92daa3f

File tree

3 files changed

+0
-6840
lines changed

3 files changed

+0
-6840
lines changed

csharp.configuration.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -316,20 +316,6 @@
316316
"workspaceContains:project.json"
317317
],
318318
"contributes": {
319-
"languages": [
320-
{
321-
"id": "csharp",
322-
"extensions": [
323-
".cs",
324-
".csx"
325-
],
326-
"aliases": [
327-
"C#",
328-
"csharp"
329-
],
330-
"configuration": "./csharp.configuration.json"
331-
}
332-
],
333319
"configuration": {
334320
"title": "C# configuration",
335321
"properties": {
@@ -391,13 +377,6 @@
391377
}
392378
}
393379
},
394-
"grammars": [
395-
{
396-
"language": "csharp",
397-
"scopeName": "source.cs",
398-
"path": "./syntaxes/csharp.tmLanguage"
399-
}
400-
],
401380
"jsonValidation": [
402381
{
403382
"fileMatch": "project.json",

0 commit comments

Comments
 (0)