diff --git a/package.json b/package.json
index d3b90c6e..41780914 100644
--- a/package.json
+++ b/package.json
@@ -23,8 +23,8 @@
"http-server": "^0.9.0",
"monaco-css": "1.3.2",
"monaco-editor-core": "0.9.0",
- "monaco-html": "1.3.0",
- "monaco-json": "1.3.0",
+ "monaco-html": "1.3.1",
+ "monaco-json": "1.3.1",
"monaco-languages": "0.8.0",
"monaco-typescript": "2.2.0",
"rimraf": "^2.5.2",
diff --git a/test/playground.generated/creating-the-editor-hard-wrapping.html b/test/playground.generated/creating-the-editor-hard-wrapping.html
index 1d971ab0..6fa57522 100644
--- a/test/playground.generated/creating-the-editor-hard-wrapping.html
+++ b/test/playground.generated/creating-the-editor-hard-wrapping.html
@@ -42,13 +42,11 @@ var editor = monaco.editor.create(document.getElementById("container"), {
value: jsCode,
language: "javascript",
- // If `wrappingColumn` is -1, then no wrapping occurs and
- // long lines are rendered on one line. However, this might
- // mean that not all code is rendered (... may be used).
- // If `wrappingColumn` is 0, then viewport width wrapping is set
- // If `wrappingColumn` is > 0, then the lines will wrap at its value
- // Defaults to 300
- wrappingColumn: 40,
+ wordWrap: 'wordWrapColumn',
+ wordWrapColumn: 40,
+
+ // Set this to false to not auto word wrap minified files
+ wordWrapMinified: true,
// try "same", "indent" or "none"
wrappingIndent: "indent"
diff --git a/test/playground.generated/customizing-the-appearence-exposed-colors.html b/test/playground.generated/customizing-the-appearence-exposed-colors.html
index c01b1190..a79afe51 100644
--- a/test/playground.generated/customizing-the-appearence-exposed-colors.html
+++ b/test/playground.generated/customizing-the-appearence-exposed-colors.html
@@ -10,38 +10,6 @@
\r\n\r\n\r\n* Bullet lists are easy too\r\n- Another one\r\n+ Another one\r\n\r\nThis is a paragraph, which is text surrounded by\r\nwhitespace. Paragraphs can be on one\r\nline (or many), and can drone on for hours.\r\n\r\nNow some inline markup like _italics_, **bold**,\r\nand `code()`. Note that underscores\r\nin_words_are ignored.\r\n\r\n````application/json\r\n { value: [\"or with a mime type\"] }\r\n````\r\n\r\n> Blockquotes are like quoted text in email replies\r\n>> And, they can be nested\r\n\r\n1. A numbered list\r\n2. Which is numbered\r\n3. With periods and a space\r\n\r\nAnd now some code:\r\n\r\n // Code is just text indented a bit\r\n which(is_easy) to_remember();\r\n\r\nAnd a block\r\n\r\n~~~\r\n// Markdown extra adds un-indented code blocks too\r\n\r\nif (this_is_more_code == true && !indented) {\r\n // tild wrapped code blocks, also not indented\r\n}\r\n~~~\r\n\r\nText with\r\ntwo trailing spaces\r\n(on the right)\r\ncan be used\r\nfor things like poems\r\n\r\n### Horizontal rules\r\n\r\n* * * *\r\n****\r\n--------------------------\r\n\r\n![picture alt](/images/photo.jpeg \"Title is optional\")\r\n\r\n## Markdown plus tables ##\r\n\r\n| Header | Header | Right |\r\n| ------ | ------ | -----: |\r\n| Cell | Cell | $10 |\r\n| Cell | Cell | $20 |\r\n\r\n* Outer pipes on tables are optional\r\n* Colon used for alignment (right versus left)\r\n\r\n## Markdown plus definition lists ##\r\n\r\nBottled water\r\n: $ 1.25\r\n: $ 1.55 (Large)\r\n\r\nMilk\r\nPop\r\n: $ 1.75\r\n\r\n* Multiple definitions and terms are possible\r\n* Definitions can include multiple paragraphs too\r\n\r\n*[ABBR]: Markdown plus abbreviations (produces an tag)"
},
+ {
+ "name": "sample.msdax.txt",
+ "content": " = CALCULATE(SUM(Sales[SalesAmount]), PREVIOUSQUARTER(Calendar[DateKey]))"
+ },
{
"name": "sample.objective-c.txt",
"content": "//\r\n// Copyright (c) Microsoft Corporation. All rights reserved.\r\n//\r\n\r\n#import \"UseQuotes.h\"\r\n#import