From a943d3d0b0ff793d5886d8288b07c6c6572671b1 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Mon, 16 Dec 2019 23:53:44 +0100 Subject: [PATCH] Fix comment content --- gulpfile.js | 4 ++-- .../creating-the-diffeditor-hello-diff-world.html | 2 +- .../creating-the-diffeditor-inline-diff-example.html | 2 +- .../creating-the-diffeditor-multi-line-example.html | 2 +- .../creating-the-diffeditor-navigating-a-diff.html | 2 +- .../creating-the-editor-editor-basic-options.html | 2 +- .../creating-the-editor-hard-wrapping.html | 2 +- .../playground.generated/creating-the-editor-hello-world.html | 2 +- ...ting-the-editor-syntax-highlighting-for-html-elements.html | 2 +- .../customizing-the-appearence-exposed-colors.html | 2 +- .../customizing-the-appearence-scrollbars.html | 2 +- .../customizing-the-appearence-tokens-and-colors.html | 2 +- ...extending-language-services-codelens-provider-example.html | 2 +- .../extending-language-services-color-provider-example.html | 2 +- ...tending-language-services-completion-provider-example.html | 2 +- ...nding-language-services-configure-javascript-defaults.html | 2 +- .../extending-language-services-configure-json-defaults.html | 2 +- .../extending-language-services-custom-languages.html | 2 +- .../extending-language-services-folding-provider-example.html | 2 +- .../extending-language-services-hover-provider-example.html | 2 +- .../extending-language-services-symbols-provider-example.html | 2 +- ...ith-the-editor-adding-a-command-to-an-editor-instance.html | 2 +- ...ith-the-editor-adding-an-action-to-an-editor-instance.html | 2 +- ...eracting-with-the-editor-customizing-the-line-numbers.html | 2 +- ...teracting-with-the-editor-line-and-inline-decorations.html | 2 +- .../interacting-with-the-editor-listening-to-key-events.html | 2 +- ...interacting-with-the-editor-listening-to-mouse-events.html | 2 +- ...acting-with-the-editor-rendering-glyphs-in-the-margin.html | 2 +- .../interacting-with-the-editor-revealing-a-position.html | 2 +- 29 files changed, 30 insertions(+), 30 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index cb298525..85165e00 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -800,7 +800,7 @@ const generateTestSamplesTask = function() { '', js, '', - '/*----------------------------------------SAMPLE CSS END*/', + '/*----------------------------------------SAMPLE JS END*/', '});', '', '', @@ -856,4 +856,4 @@ gulp.task('simpleserver', taskSeries(generateTestSamplesTask, function() { gulp.task('ciserver', taskSeries(generateTestSamplesTask, function () { const SERVER_ROOT = path.normalize(path.join(__dirname, './')); createSimpleServer(SERVER_ROOT, 8080); -})); \ No newline at end of file +})); diff --git a/test/playground.generated/creating-the-diffeditor-hello-diff-world.html b/test/playground.generated/creating-the-diffeditor-hello-diff-world.html index 02e2bd50..0e0e73e9 100644 --- a/test/playground.generated/creating-the-diffeditor-hello-diff-world.html +++ b/test/playground.generated/creating-the-diffeditor-hello-diff-world.html @@ -46,7 +46,7 @@ diffEditor.setModel({ }); -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/creating-the-diffeditor-inline-diff-example.html b/test/playground.generated/creating-the-diffeditor-inline-diff-example.html index 5664a613..d4973d24 100644 --- a/test/playground.generated/creating-the-diffeditor-inline-diff-example.html +++ b/test/playground.generated/creating-the-diffeditor-inline-diff-example.html @@ -52,7 +52,7 @@ diffEditor.setModel({ }); -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/creating-the-diffeditor-multi-line-example.html b/test/playground.generated/creating-the-diffeditor-multi-line-example.html index 5fbc4d1d..7285e461 100644 --- a/test/playground.generated/creating-the-diffeditor-multi-line-example.html +++ b/test/playground.generated/creating-the-diffeditor-multi-line-example.html @@ -49,7 +49,7 @@ diffEditor.setModel({ }); -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/creating-the-diffeditor-navigating-a-diff.html b/test/playground.generated/creating-the-diffeditor-navigating-a-diff.html index bc512b1c..16397501 100644 --- a/test/playground.generated/creating-the-diffeditor-navigating-a-diff.html +++ b/test/playground.generated/creating-the-diffeditor-navigating-a-diff.html @@ -57,7 +57,7 @@ window.setInterval(function() { }, 2000); -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/creating-the-editor-editor-basic-options.html b/test/playground.generated/creating-the-editor-editor-basic-options.html index e6538f89..18d79a03 100644 --- a/test/playground.generated/creating-the-editor-editor-basic-options.html +++ b/test/playground.generated/creating-the-editor-editor-basic-options.html @@ -57,7 +57,7 @@ setTimeout(function() { }, 2000); -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/creating-the-editor-hard-wrapping.html b/test/playground.generated/creating-the-editor-hard-wrapping.html index 6fa57522..526669e4 100644 --- a/test/playground.generated/creating-the-editor-hard-wrapping.html +++ b/test/playground.generated/creating-the-editor-hard-wrapping.html @@ -53,7 +53,7 @@ var editor = monaco.editor.create(document.getElementById("container"), { }); -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/creating-the-editor-hello-world.html b/test/playground.generated/creating-the-editor-hello-world.html index 9a556186..f1b40b89 100644 --- a/test/playground.generated/creating-the-editor-hello-world.html +++ b/test/playground.generated/creating-the-editor-hello-world.html @@ -48,7 +48,7 @@ monaco.editor.create(document.getElementById("container"), { }); -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/creating-the-editor-syntax-highlighting-for-html-elements.html b/test/playground.generated/creating-the-editor-syntax-highlighting-for-html-elements.html index f9ef185d..847af16c 100644 --- a/test/playground.generated/creating-the-editor-syntax-highlighting-for-html-elements.html +++ b/test/playground.generated/creating-the-editor-syntax-highlighting-for-html-elements.html @@ -77,7 +77,7 @@ loadEditor(function() { monaco.editor.colorizeElement(document.getElementById('code')); -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/customizing-the-appearence-exposed-colors.html b/test/playground.generated/customizing-the-appearence-exposed-colors.html index 0080cf70..b1a28cbd 100644 --- a/test/playground.generated/customizing-the-appearence-exposed-colors.html +++ b/test/playground.generated/customizing-the-appearence-exposed-colors.html @@ -185,7 +185,7 @@ Object.keys(colors).forEach(function(key) { */ -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/customizing-the-appearence-scrollbars.html b/test/playground.generated/customizing-the-appearence-scrollbars.html index f0e2aeec..e1364ebb 100644 --- a/test/playground.generated/customizing-the-appearence-scrollbars.html +++ b/test/playground.generated/customizing-the-appearence-scrollbars.html @@ -78,7 +78,7 @@ monaco.editor.create(document.getElementById("container"), { }); -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/customizing-the-appearence-tokens-and-colors.html b/test/playground.generated/customizing-the-appearence-tokens-and-colors.html index 1c935084..c2027125 100644 --- a/test/playground.generated/customizing-the-appearence-tokens-and-colors.html +++ b/test/playground.generated/customizing-the-appearence-tokens-and-colors.html @@ -69,7 +69,7 @@ function getCode() { } -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/extending-language-services-codelens-provider-example.html b/test/playground.generated/extending-language-services-codelens-provider-example.html index 08df1a76..f86aef5c 100644 --- a/test/playground.generated/extending-language-services-codelens-provider-example.html +++ b/test/playground.generated/extending-language-services-codelens-provider-example.html @@ -70,7 +70,7 @@ monaco.languages.registerCodeLensProvider('json', { } }); -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/extending-language-services-color-provider-example.html b/test/playground.generated/extending-language-services-color-provider-example.html index e23a98cf..a1439efb 100644 --- a/test/playground.generated/extending-language-services-color-provider-example.html +++ b/test/playground.generated/extending-language-services-color-provider-example.html @@ -100,7 +100,7 @@ monaco.languages.registerColorProvider("colorLanguage", { }) -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/extending-language-services-completion-provider-example.html b/test/playground.generated/extending-language-services-completion-provider-example.html index 72d5f6bb..948446eb 100644 --- a/test/playground.generated/extending-language-services-completion-provider-example.html +++ b/test/playground.generated/extending-language-services-completion-provider-example.html @@ -100,7 +100,7 @@ monaco.editor.create(document.getElementById("container"), { }); -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/extending-language-services-configure-javascript-defaults.html b/test/playground.generated/extending-language-services-configure-javascript-defaults.html index 3be76a70..53950b1a 100644 --- a/test/playground.generated/extending-language-services-configure-javascript-defaults.html +++ b/test/playground.generated/extending-language-services-configure-javascript-defaults.html @@ -78,7 +78,7 @@ monaco.editor.create(document.getElementById("container"), { language: "javascript" }); -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/extending-language-services-configure-json-defaults.html b/test/playground.generated/extending-language-services-configure-json-defaults.html index f43c32ae..7e6dee05 100644 --- a/test/playground.generated/extending-language-services-configure-json-defaults.html +++ b/test/playground.generated/extending-language-services-configure-json-defaults.html @@ -81,7 +81,7 @@ monaco.editor.create(document.getElementById("container"), { model: model }); -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/extending-language-services-custom-languages.html b/test/playground.generated/extending-language-services-custom-languages.html index 8c0d7ffa..1e640c2d 100644 --- a/test/playground.generated/extending-language-services-custom-languages.html +++ b/test/playground.generated/extending-language-services-custom-languages.html @@ -154,7 +154,7 @@ function getCode() { } -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/extending-language-services-folding-provider-example.html b/test/playground.generated/extending-language-services-folding-provider-example.html index 18091fc0..0b278537 100644 --- a/test/playground.generated/extending-language-services-folding-provider-example.html +++ b/test/playground.generated/extending-language-services-folding-provider-example.html @@ -112,7 +112,7 @@ monaco.languages.registerFoldingRangeProvider("foldLanguage", { } }); -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/extending-language-services-hover-provider-example.html b/test/playground.generated/extending-language-services-hover-provider-example.html index 5ead585d..89fbc392 100644 --- a/test/playground.generated/extending-language-services-hover-provider-example.html +++ b/test/playground.generated/extending-language-services-hover-provider-example.html @@ -86,7 +86,7 @@ function xhr(url) { } -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/extending-language-services-symbols-provider-example.html b/test/playground.generated/extending-language-services-symbols-provider-example.html index ed7ed3d6..cd67bdc8 100644 --- a/test/playground.generated/extending-language-services-symbols-provider-example.html +++ b/test/playground.generated/extending-language-services-symbols-provider-example.html @@ -517,7 +517,7 @@ monaco.editor.create(document.getElementById("container"), { language: "json" }); -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html b/test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html index e64c4868..1a90d700 100644 --- a/test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html +++ b/test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html @@ -70,7 +70,7 @@ setTimeout(function() { // you can use myCondition2.reset() to go back to the default }, 2000); -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/interacting-with-the-editor-adding-an-action-to-an-editor-instance.html b/test/playground.generated/interacting-with-the-editor-adding-an-action-to-an-editor-instance.html index a3876230..aeaa7366 100644 --- a/test/playground.generated/interacting-with-the-editor-adding-an-action-to-an-editor-instance.html +++ b/test/playground.generated/interacting-with-the-editor-adding-an-action-to-an-editor-instance.html @@ -88,7 +88,7 @@ editor.addAction({ }); -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/interacting-with-the-editor-customizing-the-line-numbers.html b/test/playground.generated/interacting-with-the-editor-customizing-the-line-numbers.html index 31213442..2e483a41 100644 --- a/test/playground.generated/interacting-with-the-editor-customizing-the-line-numbers.html +++ b/test/playground.generated/interacting-with-the-editor-customizing-the-line-numbers.html @@ -64,7 +64,7 @@ var editor = monaco.editor.create(document.getElementById("container"), { }); -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html b/test/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html index 731536f8..7c612b4d 100644 --- a/test/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html +++ b/test/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html @@ -71,7 +71,7 @@ var decorations = editor.deltaDecorations([], [ ]); -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/interacting-with-the-editor-listening-to-key-events.html b/test/playground.generated/interacting-with-the-editor-listening-to-key-events.html index d9c7bab8..d4d0fd8a 100644 --- a/test/playground.generated/interacting-with-the-editor-listening-to-key-events.html +++ b/test/playground.generated/interacting-with-the-editor-listening-to-key-events.html @@ -49,7 +49,7 @@ var myBinding = editor.addCommand(monaco.KeyCode.F9, function() { // When cleaning up remember to call myBinding.dispose() -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html b/test/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html index 386f1c03..b48bffdc 100644 --- a/test/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html +++ b/test/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html @@ -159,7 +159,7 @@ editor.onMouseLeave(function (e) { }); -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/interacting-with-the-editor-rendering-glyphs-in-the-margin.html b/test/playground.generated/interacting-with-the-editor-rendering-glyphs-in-the-margin.html index b45f26c2..50028eef 100644 --- a/test/playground.generated/interacting-with-the-editor-rendering-glyphs-in-the-margin.html +++ b/test/playground.generated/interacting-with-the-editor-rendering-glyphs-in-the-margin.html @@ -74,7 +74,7 @@ var decorations = editor.deltaDecorations([], [ // You can now use `decorations` to change or remove the decoration -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ }); diff --git a/test/playground.generated/interacting-with-the-editor-revealing-a-position.html b/test/playground.generated/interacting-with-the-editor-revealing-a-position.html index 7a7c3adc..070a8360 100644 --- a/test/playground.generated/interacting-with-the-editor-revealing-a-position.html +++ b/test/playground.generated/interacting-with-the-editor-revealing-a-position.html @@ -78,7 +78,7 @@ editor.revealPositionInCenter({ lineNumber: 50, column: 120 }); // - editor.revealRangeInCenterIfOutsideViewport -/*----------------------------------------SAMPLE CSS END*/ +/*----------------------------------------SAMPLE JS END*/ });