mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-11 05:56:26 +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 MonacoWebpackPlugin({
|
||||
languages: ["markdown", "elixir", "xml", "json", "sql", "html", "css"],
|
||||
languages: ["markdown", "elixir", "xml", "json", "sql", "html", "css", "javascript"],
|
||||
}),
|
||||
],
|
||||
optimization: {
|
||||
|
|
Loading…
Add table
Reference in a new issue