Skip to content

Commit

Permalink
Treat Xamarin .workbook files as markdown (#51167)
Browse files Browse the repository at this point in the history
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
(github-linguist/linguist#3500).
  • Loading branch information
sandyarmstrong authored and mjbvz committed Jul 18, 2018
1 parent 9038bc7 commit 80a4724
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/markdown-basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
".md",
".mdown",
".markdown",
".markdn"
".markdn",
".workbook"
],
"configuration": "./language-configuration.json"
}
Expand Down

0 comments on commit 80a4724

Please sign in to comment.