antosdk-apps/MonacoCore/bundle/vendors-node_modules_monaco-editor_esm_vs_basic-languages_st_st_js.bundle.js

22 lines
15 KiB
JavaScript
Raw Normal View History

2021-04-19 15:08:15 +02:00
/*
* 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["webpackChunkbrowser_esm_webpack"] = self["webpackChunkbrowser_esm_webpack"] || []).push([["vendors-node_modules_monaco-editor_esm_vs_basic-languages_st_st_js"],{
/***/ "./node_modules/monaco-editor/esm/vs/basic-languages/st/st.js":
/*!********************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/st/st.js ***!
\********************************************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
"use strict";
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/*---------------------------------------------------------------------------------------------\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License. See License.txt in the project root for license information.\r\n *--------------------------------------------------------------------------------------------*/\r\nvar conf = {\r\n comments: {\r\n lineComment: '//',\r\n blockComment: ['(*', '*)']\r\n },\r\n brackets: [\r\n ['{', '}'],\r\n ['[', ']'],\r\n ['(', ')'],\r\n ['var', 'end_var'],\r\n ['var_input', 'end_var'],\r\n ['var_output', 'end_var'],\r\n ['var_in_out', 'end_var'],\r\n ['var_temp', 'end_var'],\r\n ['var_global', 'end_var'],\r\n ['var_access', 'end_var'],\r\n ['var_external', 'end_var'],\r\n ['type', 'end_type'],\r\n ['struct', 'end_struct'],\r\n ['program', 'end_program'],\r\n ['function', 'end_function'],\r\n ['function_block', 'end_function_block'],\r\n ['action', 'end_action'],\r\n ['step', 'end_step'],\r\n ['initial_step', 'end_step'],\r\n ['transaction', 'end_transaction'],\r\n ['configuration', 'end_configuration'],\r\n ['tcp', 'end_tcp'],\r\n ['recource', 'end_recource'],\r\n ['channel', 'end_channel'],\r\n ['library', 'end_library'],\r\n ['folder', 'end_folder'],\r\n ['binaries', 'end_binaries'],\r\n ['includes', 'end_includes'],\r\n ['sources', 'end_sources']\r\n ],\r\n autoClosingPairs: [\r\n { open: '[', close: ']' },\r\n { open: '{', close: '}' },\r\n { open: '(', close: ')' },\r\n { open: '/*', close: '*/' },\r\n { open: \"'\", close: \"'\", notIn: ['string_sq'] },\r\n { open: '\"', close: '\"', notIn: ['string_dq'] },\r\n { open: 'var_input', close: 'end_var' },\r\n { open: 'var_output', close: 'end_var' },\r\n { open: 'var_in_out', close: 'end_var' },\r\n { open: 'var_temp', close: 'end_var' },\r\n { open: 'var_global', close: 'end_var' },\r\n { open: 'var_access', close: 'end_var' },\r\n { open: 'var_external', close: 'end_var' },\r\n { open: 'type', close: 'end_type' },\r\n { open: 'struct', close: 'end_struct' },\r\n { open: 'program', close: 'end_program' },\r\n { open: 'function', close: 'end_function' },\r\n { open: 'function_block', close: 'end_function_block' },\r\n { open: 'action', close: 'end_action' },\r\n { open: 'step', close: 'end_step' },\r\n { open: 'initial_step', close: 'end_step' },\r\n { open: 'transaction', close: 'end_transaction' },\r\n { open: 'configuration', close: 'end_configuration' },\r\n { open: 'tcp', close: 'end_tcp' },\r\n { open: 'recource', close: 'end_recource' },\r\n { open: 'channel', close: 'end_channel' },\r\n { open: 'library', close: 'end_library' },\r\n { open: 'folder', close: 'end_folder' },\r\n { open: 'binaries', close: 'end_binaries' },\r\n { open: 'includes', close: 'end_includes' },\r\n { open: 'sources', close: 'end_sources' }\r\n ],\r\n surroundingPairs: [\r\n { open: '{', close: '}' },\r\n { open: '[', close: ']' },\r\n { open: '(', close: ')' },\r\n { open: '\"', close: '\"' },\r\n { open: \"'\", close: \"'\" },\r\n { open: 'var', close: 'end_var' },\r\n { open: 'var_input', close: 'end_var' },\r\n { open: 'var_output', close: 'end_var' },\r\n { open: 'var_in_out', close: 'end_var' },\r\n { open: 'var_temp', close: 'end_var' },\r\n { open: 'var_global', close: 'end_var' },\r\n { open: 'var_ac
/***/ })
}]);