Pull in latest C# grammar

Fixes #40911
This commit is contained in:
Matt Bierner 2018-01-04 13:48:21 -08:00
parent e8c76c4617
commit 99ff3eb7f4

View file

@ -4,7 +4,7 @@
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"version": "https://github.com/dotnet/csharp-tmLanguage/commit/a334939a6493290f874264712447107bc9545835",
"version": "https://github.com/dotnet/csharp-tmLanguage/commit/ca22c5211b87a6a1a8fd5356895237bb821df728",
"name": "C#",
"scopeName": "source.cs",
"fileTypes": [
@ -3634,7 +3634,7 @@
},
"ref-modifier": {
"name": "storage.modifier.cs",
"match": "ref"
"match": "\\b(ref)\\b"
},
"tuple-type": {
"begin": "\\(",