Skip to content

Commit

Permalink
Update C# grammar with fix for named ref/out arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinCampbell committed Mar 25, 2017
1 parent 754f882 commit af9f1c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/csharp/syntaxes/csharp.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -3135,7 +3135,7 @@
"end": "(?=(,|\\)|\\]))",
"patterns": [
{
"include": "#expression"
"include": "#argument"
}
]
},
Expand Down Expand Up @@ -4187,5 +4187,5 @@
}
}
},
"version": "https://github.com/dotnet/csharp-tmLanguage/commit/75fa93e836ea0571335aec5d3fcae5289e9cb138"
"version": "https://github.com/dotnet/csharp-tmLanguage/commit/4d0e50c51f336645c98689737db1be321d212d3d"
}

0 comments on commit af9f1c7

Please sign in to comment.