mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-12 22:46:17 +08:00
Add support for JavaScript highlighting in Markdown cells (#1432)
This commit is contained in:
parent
4ec70e7721
commit
a103bc3d1e
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ module.exports = (env, options) => {
|
||||||
}),
|
}),
|
||||||
new MiniCssExtractPlugin({ filename: "../css/app.css" }),
|
new MiniCssExtractPlugin({ filename: "../css/app.css" }),
|
||||||
new MonacoWebpackPlugin({
|
new MonacoWebpackPlugin({
|
||||||
languages: ["markdown", "elixir", "xml", "json", "sql", "html", "css"],
|
languages: ["markdown", "elixir", "xml", "json", "sql", "html", "css", "javascript"],
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
optimization: {
|
optimization: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue