antosdk-apps/MonacoCore/build/debug/bundle/node_modules_monaco-editor_esm_vs_basic-languages_restructuredtext_restructuredtext_js.bundle.js
2022-06-03 19:30:11 +02:00

4 lines
6.5 KiB
JavaScript

"use strict";(self.webpackChunkmonanco_wpack=self.webpackChunkmonanco_wpack||[]).push([["node_modules_monaco-editor_esm_vs_basic-languages_restructuredtext_restructuredtext_js"],{"./node_modules/monaco-editor/esm/vs/basic-languages/restructuredtext/restructuredtext.js":
/*!************************************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/restructuredtext/restructuredtext.js ***!
\************************************************************************************************/(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{eval('__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ "conf": () => (/* binding */ conf),\n/* harmony export */ "language": () => (/* binding */ language)\n/* harmony export */ });\n/*!-----------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Version: 0.33.0(4b1abad427e58dbedc1215d99a0902ffc885fcd4)\n * Released under the MIT license\n * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt\n *-----------------------------------------------------------------------------*/\n\n// src/basic-languages/restructuredtext/restructuredtext.ts\nvar conf = {\n brackets: [\n ["{", "}"],\n ["[", "]"],\n ["(", ")"]\n ],\n autoClosingPairs: [\n { open: "{", close: "}" },\n { open: "[", close: "]" },\n { open: "(", close: ")" },\n { open: "<", close: ">", notIn: ["string"] }\n ],\n surroundingPairs: [\n { open: "(", close: ")" },\n { open: "[", close: "]" },\n { open: "`", close: "`" }\n ],\n folding: {\n markers: {\n start: new RegExp("^\\\\s*\x3c!--\\\\s*#?region\\\\b.*--\x3e"),\n end: new RegExp("^\\\\s*\x3c!--\\\\s*#?endregion\\\\b.*--\x3e")\n }\n }\n};\nvar language = {\n defaultToken: "",\n tokenPostfix: ".rst",\n control: /[\\\\`*_\\[\\]{}()#+\\-\\.!]/,\n escapes: /\\\\(?:@control)/,\n empty: [\n "area",\n "base",\n "basefont",\n "br",\n "col",\n "frame",\n "hr",\n "img",\n "input",\n "isindex",\n "link",\n "meta",\n "param"\n ],\n alphanumerics: /[A-Za-z0-9]/,\n simpleRefNameWithoutBq: /(?:@alphanumerics[-_+:.]*@alphanumerics)+|(?:@alphanumerics+)/,\n simpleRefName: /(?:`@phrase`|@simpleRefNameWithoutBq)/,\n phrase: /@simpleRefNameWithoutBq(?:\\s@simpleRefNameWithoutBq)*/,\n citationName: /[A-Za-z][A-Za-z0-9-_.]*/,\n blockLiteralStart: /(?:[!"#$%&\'()*+,-./:;<=>?@\\[\\]^_`{|}~]|[\\s])/,\n precedingChars: /(?:[ -:/\'"<([{])/,\n followingChars: /(?:[ -.,:;!?/\'")\\]}>]|$)/,\n punctuation: /(=|-|~|`|#|"|\\^|\\+|\\*|:|\\.|\'|_|\\+)/,\n tokenizer: {\n root: [\n [/^(@punctuation{3,}$){1,1}?/, "keyword"],\n [/^\\s*([\\*\\-+‣•]|[a-zA-Z0-9]+\\.|\\([a-zA-Z0-9]+\\)|[a-zA-Z0-9]+\\))\\s/, "keyword"],\n [/([ ]::)\\s*$/, "keyword", "@blankLineOfLiteralBlocks"],\n [/(::)\\s*$/, "keyword", "@blankLineOfLiteralBlocks"],\n { include: "@tables" },\n { include: "@explicitMarkupBlocks" },\n { include: "@inlineMarkup" }\n ],\n explicitMarkupBlocks: [\n { include: "@citations" },\n { include: "@footnotes" },\n [\n /^(\\.\\.\\s)(@simpleRefName)(::\\s)(.*)$/,\n [{ token: "", next: "subsequentLines" }, "keyword", "", ""]\n ],\n [\n /^(\\.\\.)(\\s+)(_)(@simpleRefName)(:)(\\s+)(.*)/,\n [{ token: "", next: "hyperlinks" }, "", "", "string.link", "", "", "string.link"]\n ],\n [\n /^((?:(?:\\.\\.)(?:\\s+))?)(__)(:)(\\s+)(.*)/,\n [{ token: "", next: "subsequentLines" }, "", "", "", "string.link"]\n ],\n [/^(__\\s+)(.+)/, ["", "string.link"]],\n [\n /^(\\.\\.)( \\|)([^| ]+[^|]*[^| ]*)(\\| )(@simpleRefName)(:: .*)/,\n [{ token: "", next: "subsequentLines" }, "", "string.link", "", "keyword", ""],\n "@rawBlocks"\n ],\n [/(\\|)([^| ]+[^|]*[^| ]*)(\\|_{0,2})/, ["", "string.link", ""]],\n [/^(\\.\\.)([ ].*)$/, [{ token: "", next: "@comments" }, "comment"]]\n ],\n inlineMarkup: [\n { include: "@citationsReference" },\n { include: "@footnotesReference" },\n [/(@simpleRefName)(_{1,2})/, ["string.link", ""]],\n [/(`)([^<`]+\\s+)(<)(.*)(>)(`)(_)/, ["", "string.link", "", "string.link", "", "", ""]],\n [/\\*\\*([^\\\\*]|\\*(?!\\*))+\\*\\*/, "strong"],\n [/\\*[^*]+\\*/, "emphasis"],\n [/(``)((?:[^`]|\\`(?!`))+)(``)/, ["", "keyword", ""]],\n [/(__\\s+)(.+)/, ["", "keyword"]],\n [/(:)((?:@simpleRefNameWithoutBq)?)(:`)([^`]+)(`)/, ["", "keyword", "", "", ""]],\n [/(`)([^`]+)(`:)((?:@simpleRefNameWithoutBq)?)(:)/, ["", "", "", "keyword", ""]],\n [/(`)([^`]+)(`)/, ""],\n [/(_`)(@phrase)(`)/, ["", "string.link", ""]]\n ],\n citations: [\n [\n /^(\\.\\.\\s+\\[)((?:@citationName))(\\]\\s+)(.*)/,\n [{ token: "", next: "@subsequentLines" }, "string.link", "", ""]\n ]\n ],\n citationsReference: [[/(\\[)(@citationName)(\\]_)/, ["", "string.link", ""]]],\n footnotes: [\n [\n /^(\\.\\.\\s+\\[)((?:[0-9]+))(\\]\\s+.*)/,\n [{ token: "", next: "@subsequentLines" }, "string.link", ""]\n ],\n [\n /^(\\.\\.\\s+\\[)((?:#@simpleRefName?))(\\]\\s+)(.*)/,\n [{ token: "", next: "@subsequentLines" }, "string.link", "", ""]\n ],\n [\n /^(\\.\\.\\s+\\[)((?:\\*))(\\]\\s+)(.*)/,\n [{ token: "", next: "@subsequentLines" }, "string.link", "", ""]\n ]\n ],\n footnotesReference: [\n [/(\\[)([0-9]+)(\\])(_)/, ["", "string.link", "", ""]],\n [/(\\[)(#@simpleRefName?)(\\])(_)/, ["", "string.link", "", ""]],\n [/(\\[)(\\*)(\\])(_)/, ["", "string.link", "", ""]]\n ],\n blankLineOfLiteralBlocks: [\n [/^$/, "", "@subsequentLinesOfLiteralBlocks"],\n [/^.*$/, "", "@pop"]\n ],\n subsequentLinesOfLiteralBlocks: [\n [/(@blockLiteralStart+)(.*)/, ["keyword", ""]],\n [/^(?!blockLiteralStart)/, "", "@popall"]\n ],\n subsequentLines: [\n [/^[\\s]+.*/, ""],\n [/^(?!\\s)/, "", "@pop"]\n ],\n hyperlinks: [\n [/^[\\s]+.*/, "string.link"],\n [/^(?!\\s)/, "", "@pop"]\n ],\n comments: [\n [/^[\\s]+.*/, "comment"],\n [/^(?!\\s)/, "", "@pop"]\n ],\n tables: [\n [/\\+-[+-]+/, "keyword"],\n [/\\+=[+=]+/, "keyword"]\n ]\n }\n};\n\n\n\n//# sourceURL=webpack://monanco_wpack/./node_modules/monaco-editor/esm/vs/basic-languages/restructuredtext/restructuredtext.js?')}}]);