We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b35157a + 2407a02 commit dc8cd65Copy full SHA for dc8cd65
syntaxes/csharp.json
@@ -502,7 +502,7 @@
502
]
503
},
504
"parameters": {
505
- "begin": "\\b(ref|params|out)?\\s*\\b([\\w?]+(?:\\s*\\[\\s*,?\\s*\\])?(?:\\s*<.*?>)?)\\s+(\\w+)\\s*(=)?",
+ "begin": "\\b(ref|params|out)?\\s*\\b(\\w+(?:\\s*<.*?>)?(?:\\s*\\*)*(?:\\s*\\?)?(?:\\s*\\[.*?\\])?)\\s+(@?\\w+)\\s*(=)?",
506
"beginCaptures": {
507
"1": {
508
"name": "storage.type.modifier.cs"
0 commit comments