mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-30 18:58:45 +08:00
Highlight CSS in Markdown snippets (#1246)
This commit is contained in:
parent
60e44115d0
commit
604c79e4ca
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue