mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
add more markdown extensions (#58072)
This commit is contained in:
committed by
Matt Bierner
parent
c36258d23f
commit
781cb6854b
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user