Skip to content

Commit

Permalink
Updated method name regex to handle generics. Fixes dotnet#89
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanz authored and DustinCampbell committed Apr 15, 2016
1 parent a29e1aa commit b2ed6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/csharp.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
"include": "#builtinTypes"
},
{
"begin": "([\\w.]+)\\s*\\(",
"begin": "([\\w]+)\\s*(<[\\w<>,`?]*>)?\\s*\\(",
"beginCaptures": {
"1": {
"name": "entity.name.function.cs"
Expand Down

0 comments on commit b2ed6d0

Please sign in to comment.