antosdk-apps/MonacoCore/bundle/node_modules_monaco-editor_esm_vs_basic-languages_csharp_csharp_js.bundle.js

22 lines
9.3 KiB
JavaScript
Raw Normal View History

2022-06-03 19:30:11 +02:00
"use strict";
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/).
*/
2022-06-03 19:30:11 +02:00
(self["webpackChunkmonanco_wpack"] = self["webpackChunkmonanco_wpack"] || []).push([["node_modules_monaco-editor_esm_vs_basic-languages_csharp_csharp_js"],{
2021-04-19 15:08:15 +02:00
/***/ "./node_modules/monaco-editor/esm/vs/basic-languages/csharp/csharp.js":
/*!****************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/csharp/csharp.js ***!
\****************************************************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2022-06-03 19:30:11 +02:00
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/csharp/csharp.ts\nvar conf = {\n wordPattern: /(-?\\d*\\.\\d\\w*)|([^\\`\\~\\!\\#\\$\\%\\^\\&\\*\\(\\)\\-\\=\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\'\\\"\\,\\.\\<\\>\\/\\?\\s]+)/g,\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\", \"comment\"] },\n { open: '\"', close: '\"', notIn: [\"string\", \"comment\"] }\n ],\n surroundingPairs: [\n { open: \"{\", close: \"}\" },\n { open: \"[\", close: \"]\" },\n { open: \"(\", close: \")\" },\n { open: \"<\", close: \">\" },\n { open: \"'\", close: \"'\" },\n { open: '\"', close: '\"' }\n ],\n folding: {\n markers: {\n start: new RegExp(\"^\\\\s*#region\\\\b\"),\n end: new RegExp(\"^\\\\s*#endregion\\\\b\")\n }\n }\n};\nvar language = {\n defaultToken: \"\",\n tokenPostfix: \".cs\",\n brackets: [\n { open: \"{\", close: \"}\", token: \"delimiter.curly\" },\n { open: \"[\", close: \"]\", token: \"delimiter.square\" },\n { open: \"(\", close: \")\", token: \"delimiter.parenthesis\" },\n { open: \"<\", close: \">\", token: \"delimiter.angle\" }\n ],\n keywords: [\n \"extern\",\n \"alias\",\n \"using\",\n \"bool\",\n \"decimal\",\n \"sbyte\",\n \"byte\",\n \"short\",\n \"ushort\",\n \"int\",\n \"uint\",\n \"long\",\n \"ulong\",\n \"char\",\n \"float\",\n \"double\",\n \"object\",\n \"dynamic\",\n \"string\",\n \"assembly\",\n \"is\",\n \"as\",\n \"ref\",\n \"out\",\n \"this\",\n \"base\",\n \"new\",\n \"typeof\",\n \"void\",\n \"checked\",\n \"unchecked\",\n \"default\",\n \"delegate\",\n \"var\",\n \"const\",\n \"if\",\n \"else\",\n \"switch\",\n \"case\",\n \"while\",\n \"do\",\n \"for\",\n \"foreach\",\n \"in\",\n \"break\",\n \"continue\",\n \"goto\",\n \"return\",\n \"throw\",\n \"try\",\n \"catch\",\n \"finally\",\n \"lock\",\n \"yield\",\n \"from\",\n \"let\",\n \"where\",\n \"join\",\n \"on\",\n \"equals\",\n \"into\",\n \"orderby\",\n \"ascending\",\n \"descending\",\n \"select\",\n \"group\",\n \"by\",\n \"namespace\",\n \"partial\",\n \"class\",\n \"field\",\n \"event\",\n \"method\",\n \"param\",\n \"public\",\n \"protected\",\n \"internal\",\n \"private\",\n \"abstract\",\n \"sealed\",\n \"static\",\n \"struct\",\n \"readonly\",\n \"volatile\",\n \"virtual\",\n \"override\",\n \"params\",\n \"get\",\n \"set\",\n \"add\",\n \"remove\",\n \"operator\",\n \"true\",\n \"false\",\n \"implicit\",\n \"explicit\",\n \"interface\",\n \"enum\",\n \"null\",\n \"async\",\n \"await\",\n \"fixed\",\n \"sizeof\",\n \"stackalloc\",\n \"unsafe\",\n \"nameof\",\n \"when\"\n ],\n namespaceFollows: [\"namespace\", \"using\"],\n parenFollows: [\"if\", \"for\", \"while\", \"switch\", \"foreach\", \"using\", \"catch\", \"when\"],\n operators: [\n \"=\",\n \"??\",\n \"||\",\n \"&&\",\n \"|\",\n \"^\",\n \"&\",\n \"==\",\n \"!
2021-04-19 15:08:15 +02:00
/***/ })
}]);