mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
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:
committed by
Matt Bierner
parent
9038bc7b45
commit
80a472482c
@@ -19,7 +19,8 @@
|
||||
".md",
|
||||
".mdown",
|
||||
".markdown",
|
||||
".markdn"
|
||||
".markdn",
|
||||
".workbook"
|
||||
],
|
||||
"configuration": "./language-configuration.json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user