Treat Xamarin .workbook files as markdown (#51167)

Xamarin Workbooks are interactive coding documents that are saved as
straight-forward markdown files with a YAML front matter header block.

Here is a sample: https://github.com/xamarin/Workbooks/blob/master/csharp/csharp6/csharp6.workbook

Github has been treating them as markdown files for over a year now
(https://github.com/github/linguist/pull/3500).
This commit is contained in:
Sandy Armstrong
2018-07-18 16:27:03 -07:00
committed by Matt Bierner
parent 9038bc7b45
commit 80a472482c

View File

@@ -19,7 +19,8 @@
".md",
".mdown",
".markdown",
".markdn"
".markdn",
".workbook"
],
"configuration": "./language-configuration.json"
}