add more markdown extensions (#58072)

This commit is contained in:
Alexandre ZANNI
2018-09-06 20:46:54 +02:00
committed by Matt Bierner
parent c36258d23f
commit 781cb6854b

View File

@@ -17,9 +17,13 @@
],
"extensions": [
".md",
".mkd",
".mdwn",
".mdown",
".markdown",
".markdn",
".mdtxt",
".mdtext",
".workbook"
],
"configuration": "./language-configuration.json"
@@ -87,4 +91,4 @@
"scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js microsoft/vscode-markdown-tm-grammar syntaxes/markdown.tmLanguage ./syntaxes/markdown.tmLanguage.json"
}
}
}