mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
@@ -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": "\\(",
|
||||
|
||||
Reference in New Issue
Block a user