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 41be44a + 94d54e2 commit 1c06c9dCopy full SHA for 1c06c9d
syntaxes/csharp.json
@@ -502,7 +502,7 @@
502
]
503
},
504
"parameters": {
505
- "begin": "\\b(ref|params|out)?\\s*\\b([\\w?\\[\\]]+(?:\\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