userdiff.c: add C# async keyword in diff pattern
authorThomas Levesque <thomas.levesque@gmail.com>
Thu, 8 Mar 2018 11:05:32 +0000 (11:05 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Mar 2018 19:03:32 +0000 (11:03 -0800)
Currently C# async methods are not shown in diff hunk headers. I just
added the async keyword to the csharp method pattern so that they are
properly detected.

Signed-off-by: Thomas Levesque <thomas.levesque@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found