Browse Source

Fix comment content

Alex Dima 5 years ago
parent
commit
a943d3d0b0
29 changed files with 30 additions and 30 deletions
  1. 2 2
      gulpfile.js
  2. 1 1
      test/playground.generated/creating-the-diffeditor-hello-diff-world.html
  3. 1 1
      test/playground.generated/creating-the-diffeditor-inline-diff-example.html
  4. 1 1
      test/playground.generated/creating-the-diffeditor-multi-line-example.html
  5. 1 1
      test/playground.generated/creating-the-diffeditor-navigating-a-diff.html
  6. 1 1
      test/playground.generated/creating-the-editor-editor-basic-options.html
  7. 1 1
      test/playground.generated/creating-the-editor-hard-wrapping.html
  8. 1 1
      test/playground.generated/creating-the-editor-hello-world.html
  9. 1 1
      test/playground.generated/creating-the-editor-syntax-highlighting-for-html-elements.html
  10. 1 1
      test/playground.generated/customizing-the-appearence-exposed-colors.html
  11. 1 1
      test/playground.generated/customizing-the-appearence-scrollbars.html
  12. 1 1
      test/playground.generated/customizing-the-appearence-tokens-and-colors.html
  13. 1 1
      test/playground.generated/extending-language-services-codelens-provider-example.html
  14. 1 1
      test/playground.generated/extending-language-services-color-provider-example.html
  15. 1 1
      test/playground.generated/extending-language-services-completion-provider-example.html
  16. 1 1
      test/playground.generated/extending-language-services-configure-javascript-defaults.html
  17. 1 1
      test/playground.generated/extending-language-services-configure-json-defaults.html
  18. 1 1
      test/playground.generated/extending-language-services-custom-languages.html
  19. 1 1
      test/playground.generated/extending-language-services-folding-provider-example.html
  20. 1 1
      test/playground.generated/extending-language-services-hover-provider-example.html
  21. 1 1
      test/playground.generated/extending-language-services-symbols-provider-example.html
  22. 1 1
      test/playground.generated/interacting-with-the-editor-adding-a-command-to-an-editor-instance.html
  23. 1 1
      test/playground.generated/interacting-with-the-editor-adding-an-action-to-an-editor-instance.html
  24. 1 1
      test/playground.generated/interacting-with-the-editor-customizing-the-line-numbers.html
  25. 1 1
      test/playground.generated/interacting-with-the-editor-line-and-inline-decorations.html
  26. 1 1
      test/playground.generated/interacting-with-the-editor-listening-to-key-events.html
  27. 1 1
      test/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html
  28. 1 1
      test/playground.generated/interacting-with-the-editor-rendering-glyphs-in-the-margin.html
  29. 1 1
      test/playground.generated/interacting-with-the-editor-revealing-a-position.html

+ 2 - 2
gulpfile.js

@@ -800,7 +800,7 @@ const generateTestSamplesTask = function() {
 			'',
 			js,
 			'',
-			'/*----------------------------------------SAMPLE CSS END*/',
+			'/*----------------------------------------SAMPLE JS END*/',
 			'});',
 			'</script>',
 			'</body>',
@@ -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);
-}));
+}));

+ 1 - 1
test/playground.generated/creating-the-diffeditor-hello-diff-world.html

@@ -46,7 +46,7 @@ diffEditor.setModel({
 });
 
 
-/*----------------------------------------SAMPLE CSS END*/
+/*----------------------------------------SAMPLE JS END*/
 });
 </script>
 </body>

+ 1 - 1
test/playground.generated/creating-the-diffeditor-inline-diff-example.html

@@ -52,7 +52,7 @@ diffEditor.setModel({
 });
 
 
-/*----------------------------------------SAMPLE CSS END*/
+/*----------------------------------------SAMPLE JS END*/
 });
 </script>
 </body>

+ 1 - 1
test/playground.generated/creating-the-diffeditor-multi-line-example.html

@@ -49,7 +49,7 @@ diffEditor.setModel({
 });
 
 
-/*----------------------------------------SAMPLE CSS END*/
+/*----------------------------------------SAMPLE JS END*/
 });
 </script>
 </body>

+ 1 - 1
test/playground.generated/creating-the-diffeditor-navigating-a-diff.html

@@ -57,7 +57,7 @@ window.setInterval(function() {
 }, 2000);
 
 
-/*----------------------------------------SAMPLE CSS END*/
+/*----------------------------------------SAMPLE JS END*/
 });
 </script>
 </body>

+ 1 - 1
test/playground.generated/creating-the-editor-editor-basic-options.html

@@ -57,7 +57,7 @@ setTimeout(function() {
 }, 2000);
 
 
-/*----------------------------------------SAMPLE CSS END*/
+/*----------------------------------------SAMPLE JS END*/
 });
 </script>
 </body>

+ 1 - 1
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*/
 });
 </script>
 </body>

+ 1 - 1
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*/
 });
 </script>
 </body>

+ 1 - 1
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*/
 });
 </script>
 </body>

+ 1 - 1
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*/
 });
 </script>
 </body>

+ 1 - 1
test/playground.generated/customizing-the-appearence-scrollbars.html

@@ -78,7 +78,7 @@ monaco.editor.create(document.getElementById("container"), {
 });
 
 
-/*----------------------------------------SAMPLE CSS END*/
+/*----------------------------------------SAMPLE JS END*/
 });
 </script>
 </body>

+ 1 - 1
test/playground.generated/customizing-the-appearence-tokens-and-colors.html

@@ -69,7 +69,7 @@ function getCode() {
 }
 
 
-/*----------------------------------------SAMPLE CSS END*/
+/*----------------------------------------SAMPLE JS END*/
 });
 </script>
 </body>

+ 1 - 1
test/playground.generated/extending-language-services-codelens-provider-example.html

@@ -70,7 +70,7 @@ monaco.languages.registerCodeLensProvider('json', {
     }
 });
 
-/*----------------------------------------SAMPLE CSS END*/
+/*----------------------------------------SAMPLE JS END*/
 });
 </script>
 </body>

+ 1 - 1
test/playground.generated/extending-language-services-color-provider-example.html

@@ -100,7 +100,7 @@ monaco.languages.registerColorProvider("colorLanguage", {
 
 })
 
-/*----------------------------------------SAMPLE CSS END*/
+/*----------------------------------------SAMPLE JS END*/
 });
 </script>
 </body>

+ 1 - 1
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*/
 });
 </script>
 </body>

+ 1 - 1
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*/
 });
 </script>
 </body>

+ 1 - 1
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*/
 });
 </script>
 </body>

+ 1 - 1
test/playground.generated/extending-language-services-custom-languages.html

@@ -154,7 +154,7 @@ function getCode() {
 }
 
 
-/*----------------------------------------SAMPLE CSS END*/
+/*----------------------------------------SAMPLE JS END*/
 });
 </script>
 </body>

+ 1 - 1
test/playground.generated/extending-language-services-folding-provider-example.html

@@ -112,7 +112,7 @@ monaco.languages.registerFoldingRangeProvider("foldLanguage", {
     }
 });
 
-/*----------------------------------------SAMPLE CSS END*/
+/*----------------------------------------SAMPLE JS END*/
 });
 </script>
 </body>

+ 1 - 1
test/playground.generated/extending-language-services-hover-provider-example.html

@@ -86,7 +86,7 @@ function xhr(url) {
 }
 
 
-/*----------------------------------------SAMPLE CSS END*/
+/*----------------------------------------SAMPLE JS END*/
 });
 </script>
 </body>

+ 1 - 1
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*/
 });
 </script>
 </body>

+ 1 - 1
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*/
 });
 </script>
 </body>

+ 1 - 1
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*/
 });
 </script>
 </body>

+ 1 - 1
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*/
 });
 </script>
 </body>

+ 1 - 1
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*/
 });
 </script>
 </body>

+ 1 - 1
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*/
 });
 </script>
 </body>

+ 1 - 1
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*/
 });
 </script>
 </body>

+ 1 - 1
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*/
 });
 </script>
 </body>

+ 1 - 1
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*/
 });
 </script>
 </body>