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

22 lines
13 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_vb_vb_js"],{
/***/ "./node_modules/monaco-editor/esm/vs/basic-languages/vb/vb.js":
/*!********************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/vb/vb.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 ['<', '>'],\r\n ['addhandler', 'end addhandler'],\r\n ['class', 'end class'],\r\n ['enum', 'end enum'],\r\n ['event', 'end event'],\r\n ['function', 'end function'],\r\n ['get', 'end get'],\r\n ['if', 'end if'],\r\n ['interface', 'end interface'],\r\n ['module', 'end module'],\r\n ['namespace', 'end namespace'],\r\n ['operator', 'end operator'],\r\n ['property', 'end property'],\r\n ['raiseevent', 'end raiseevent'],\r\n ['removehandler', 'end removehandler'],\r\n ['select', 'end select'],\r\n ['set', 'end set'],\r\n ['structure', 'end structure'],\r\n ['sub', 'end sub'],\r\n ['synclock', 'end synclock'],\r\n ['try', 'end try'],\r\n ['while', 'end while'],\r\n ['with', 'end with'],\r\n ['using', 'end using'],\r\n ['do', 'loop'],\r\n ['for', 'next']\r\n ],\r\n autoClosingPairs: [\r\n { open: '{', close: '}', notIn: ['string', 'comment'] },\r\n { open: '[', close: ']', notIn: ['string', 'comment'] },\r\n { open: '(', close: ')', notIn: ['string', 'comment'] },\r\n { open: '\"', close: '\"', notIn: ['string', 'comment'] },\r\n { open: '<', close: '>', notIn: ['string', 'comment'] }\r\n ],\r\n folding: {\r\n markers: {\r\n start: new RegExp('^\\\\s*#Region\\\\b'),\r\n end: new RegExp('^\\\\s*#End Region\\\\b')\r\n }\r\n }\r\n};\r\nvar language = {\r\n defaultToken: '',\r\n tokenPostfix: '.vb',\r\n ignoreCase: true,\r\n brackets: [\r\n { token: 'delimiter.bracket', open: '{', close: '}' },\r\n { token: 'delimiter.array', open: '[', close: ']' },\r\n { token: 'delimiter.parenthesis', open: '(', close: ')' },\r\n { token: 'delimiter.angle', open: '<', close: '>' },\r\n // Special bracket statement pairs\r\n // according to https://msdn.microsoft.com/en-us/library/tsw2a11z.aspx\r\n {\r\n token: 'keyword.tag-addhandler',\r\n open: 'addhandler',\r\n close: 'end addhandler'\r\n },\r\n { token: 'keyword.tag-class', open: 'class', close: 'end class' },\r\n { token: 'keyword.tag-enum', open: 'enum', close: 'end enum' },\r\n { token: 'keyword.tag-event', open: 'event', close: 'end event' },\r\n {\r\n token: 'keyword.tag-function',\r\n open: 'function',\r\n close: 'end function'\r\n },\r\n { token: 'keyword.tag-get', open: 'get', close: 'end get' },\r\n { token: 'keyword.tag-if', open: 'if', close: 'end if' },\r\n {\r\n token: 'keyword.tag-interface',\r\n open: 'interface',\r\n close: 'end interface'\r\n },\r\n { token: 'keyword.tag-module', open: 'module', close: 'end module' },\r\n {\r\n token: 'keyword.tag-namespace',\r\n open: 'namespace',\r\n close: 'end namespace'\r\n },\r\n {\r\n token: 'keyword.tag-operator',\r\n open: 'operator',\r\n close: 'end operator'\r\n },\r\n {\r\n token: 'keyword.tag-prope
/***/ })
}]);