userdiff.c: add C# async keyword in diff pattern
commita12cec99f8b64a0b99ae6f8a7e4724039406aea3
authorThomas Levesque <thomas.levesque@gmail.com>
Thu, 8 Mar 2018 11:05:32 +0000 (8 11:05 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Mar 2018 19:03:32 +0000 (8 11:03 -0800)
treefb8c19b5c233112d1302545de109ab5a56ec9801
parent38e79b1fdab9244e1727d0698afcf3bb8956c0a4
userdiff.c: add C# async keyword in diff pattern

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>
userdiff.c