Skip to content

Commit 781cb68

Browse files
norajmjbvz
authored andcommitted
add more markdown extensions (microsoft#58072)
1 parent c36258d commit 781cb68

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

extensions/markdown-basics/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@
1717
],
1818
"extensions": [
1919
".md",
20+
".mkd",
21+
".mdwn",
2022
".mdown",
2123
".markdown",
2224
".markdn",
25+
".mdtxt",
26+
".mdtext",
2327
".workbook"
2428
],
2529
"configuration": "./language-configuration.json"
@@ -87,4 +91,4 @@
8791
"scripts": {
8892
"update-grammar": "node ../../build/npm/update-grammar.js microsoft/vscode-markdown-tm-grammar syntaxes/markdown.tmLanguage ./syntaxes/markdown.tmLanguage.json"
8993
}
90-
}
94+
}

0 commit comments

Comments
 (0)