Highlight CSS in Markdown snippets (#1246)

This commit is contained in:
Brooklin Myers 2022-06-24 15:06:46 -07:00 committed by GitHub
parent 60e44115d0
commit 604c79e4ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ module.exports = (env, options) => {
}),
new MiniCssExtractPlugin({ filename: "../css/app.css" }),
new MonacoWebpackPlugin({
languages: ["markdown", "elixir", "xml", "json", "sql", "html"],
languages: ["markdown", "elixir", "xml", "json", "sql", "html", "css"],
}),
],
optimization: {