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

4 lines
2.6 KiB
JavaScript

"use strict";(self.webpackChunkmonanco_wpack=self.webpackChunkmonanco_wpack||[]).push([["node_modules_monaco-editor_esm_vs_basic-languages_azcli_azcli_js"],{"./node_modules/monaco-editor/esm/vs/basic-languages/azcli/azcli.js":
/*!**************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/azcli/azcli.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/azcli/azcli.ts\nvar conf = {\n comments: {\n lineComment: "#"\n }\n};\nvar language = {\n defaultToken: "keyword",\n ignoreCase: true,\n tokenPostfix: ".azcli",\n str: /[^#\\s]/,\n tokenizer: {\n root: [\n { include: "@comment" },\n [\n /\\s-+@str*\\s*/,\n {\n cases: {\n "@eos": { token: "key.identifier", next: "@popall" },\n "@default": { token: "key.identifier", next: "@type" }\n }\n }\n ],\n [\n /^-+@str*\\s*/,\n {\n cases: {\n "@eos": { token: "key.identifier", next: "@popall" },\n "@default": { token: "key.identifier", next: "@type" }\n }\n }\n ]\n ],\n type: [\n { include: "@comment" },\n [\n /-+@str*\\s*/,\n {\n cases: {\n "@eos": { token: "key.identifier", next: "@popall" },\n "@default": "key.identifier"\n }\n }\n ],\n [\n /@str+\\s*/,\n {\n cases: {\n "@eos": { token: "string", next: "@popall" },\n "@default": "string"\n }\n }\n ]\n ],\n comment: [\n [\n /#.*$/,\n {\n cases: {\n "@eos": { token: "comment", next: "@popall" }\n }\n }\n ]\n ]\n }\n};\n\n\n\n//# sourceURL=webpack://monanco_wpack/./node_modules/monaco-editor/esm/vs/basic-languages/azcli/azcli.js?')}}]);