Add additional markdown extensions

This marks the `.litcoffee` file extension as markdown. This is a
markdown format, where indented code blocks can be interpreted as
CoffeeScript.

This also adds the `.mkdn` and `.ron` extensions, which are taken from
https://github.com/sindresorhus/markdown-extensions/blob/main/index.js.
This commit is contained in:
Remco Haszing
2026-02-13 15:22:53 +01:00
parent 970fb634fc
commit 1a13b9ca22

View File

@@ -18,14 +18,17 @@
"markdown"
],
"extensions": [
".litcoffee",
".md",
".mkd",
".mkdn",
".mdwn",
".mdown",
".markdown",
".markdn",
".mdtxt",
".mdtext",
".ron",
".workbook"
],
"filenamePatterns": [