"use strict"; /* * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development"). * This devtool is neither made for production nor for readable output files. * It uses "eval()" calls to create a separate source file in the browser devtools. * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) * or disable the default devtool with "devtool: false". * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). */ (self["webpackChunkmonanco_wpack"] = self["webpackChunkmonanco_wpack"] || []).push([["node_modules_monaco-editor_esm_vs_basic-languages_hcl_hcl_js"],{ /***/ "./node_modules/monaco-editor/esm/vs/basic-languages/hcl/hcl.js": /*!**********************************************************************!*\ !*** ./node_modules/monaco-editor/esm/vs/basic-languages/hcl/hcl.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/hcl/hcl.ts\nvar conf = {\n comments: {\n lineComment: \"#\",\n blockComment: [\"/*\", \"*/\"]\n },\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 { open: '\"', close: '\"' }\n ]\n};\nvar language = {\n defaultToken: \"\",\n tokenPostfix: \".hcl\",\n keywords: [\n \"var\",\n \"local\",\n \"path\",\n \"for_each\",\n \"any\",\n \"string\",\n \"number\",\n \"bool\",\n \"true\",\n \"false\",\n \"null\",\n \"if \",\n \"else \",\n \"endif \",\n \"for \",\n \"in\",\n \"endfor\"\n ],\n operators: [\n \"=\",\n \">=\",\n \"<=\",\n \"==\",\n \"!=\",\n \"+\",\n \"-\",\n \"*\",\n \"/\",\n \"%\",\n \"&&\",\n \"||\",\n \"!\",\n \"<\",\n \">\",\n \"?\",\n \"...\",\n \":\"\n ],\n symbols: /[=>](?!@symbols)/, \"@brackets\"],\n [\n /@symbols/,\n {\n cases: {\n \"@operators\": \"operator\",\n \"@default\": \"\"\n }\n }\n ],\n [/\\d*\\d+[eE]([\\-+]?\\d+)?/, \"number.float\"],\n [/\\d*\\.\\d+([eE][\\-+]?\\d+)?/, \"number.float\"],\n [/\\d[\\d']*/, \"number\"],\n [/\\d/, \"number\"],\n [/[;,.]/, \"delimiter\"],\n [/\"/, \"string\", \"@string\"],\n [/'/, \"invalid\"]\n ],\n heredoc: [\n [/<<[-]*\\s*[\"]?([\\w\\-]+)[\"]?/, { token: \"string.heredoc.delimiter\", next: \"@heredocBody.$1\" }]\n ],\n heredocBody: [\n [\n /([\\w\\-]+)$/,\n {\n cases: {\n \"$1==$S2\": [\n {\n token: \"string.heredoc.delimiter\",\n next: \"@popall\"\n }\n ],\n \"@default\": \"string.heredoc\"\n }\n }\n ],\n [/./, \"string.heredoc\"]\n ],\n whitespace: [\n [/[ \\t\\r\\n]+/, \"\"],\n [/\\/\\*/, \"comment\", \"@comment\"],\n [/\\/\\/.*$/, \"comment\"],\n [/#.*$/, \"comment\"]\n ],\n comment: [\n [/[^\\/*]+/, \"comment\"],\n [/\\*\\//, \"comment\", \"@pop\"],\n [/[\\/*]/, \"comment\"]\n ],\n string: [\n [/\\$\\{/, { token: \"delimiter\", next: \"@stringExpression\" }],\n [/[^\\\\\"\\$]+/, \"string\"],\n [/@escapes/, \"string.escape\"],\n [/\\\\./, \"string.escape.invalid\"],\n [/\"/, \"string\", \"@popall\"]\n ],\n stringInsideExpression: [\n [/[^\\\\\"]+/, \"string\"],\n [/@escapes/, \"string.escape\"],\n [/\\\\./, \"string.escape.invalid\"],\n [/\"/, \"string\", \"@pop\"]\n ],\n stringExpression: [\n [/\\}/, { token: \"delimiter\", next: \"@pop\" }],\n [/\"/, \"string\", \"@stringInsideExpression\"],\n { include: \"@terraform\" }\n ]\n }\n};\n\n\n\n//# sourceURL=webpack://monanco_wpack/./node_modules/monaco-editor/esm/vs/basic-languages/hcl/hcl.js?"); /***/ }) }]);