From 4f5a2c37a840fd2cdbf3b1e93ebde3bae6646c98 Mon Sep 17 00:00:00 2001 From: Thijs Brobbel Date: Fri, 4 Mar 2016 08:51:29 +0100 Subject: [PATCH] Add proper syntax highlighting to docs --- docs/demos/exploring-pull-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/demos/exploring-pull-requests.md b/docs/demos/exploring-pull-requests.md index 2ed5ab7cf3..231cfe929b 100644 --- a/docs/demos/exploring-pull-requests.md +++ b/docs/demos/exploring-pull-requests.md @@ -6,7 +6,7 @@ the descriptions what the changes actually represent. file (most popular at the top). This then gives me a list of pull requests that I can review as a group. -``` +```csharp using System; using System.Collections.Generic; using System.Linq;