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

22 lines
8.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_css_css_js"],{
2021-04-19 15:08:15 +02:00
/***/ "./node_modules/monaco-editor/esm/vs/basic-languages/css/css.js":
/*!**********************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/css/css.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/css/css.ts\nvar conf = {\n wordPattern: /(#?-?\\d*\\.\\d\\w*%?)|((::|[@#.!:])?[\\w-?]+%?)|::|[@#.!:]/g,\n comments: {\n blockComment: [\"/*\", \"*/\"]\n },\n brackets: [\n [\"{\", \"}\"],\n [\"[\", \"]\"],\n [\"(\", \")\"]\n ],\n autoClosingPairs: [\n { open: \"{\", close: \"}\", notIn: [\"string\", \"comment\"] },\n { open: \"[\", close: \"]\", notIn: [\"string\", \"comment\"] },\n { open: \"(\", close: \")\", notIn: [\"string\", \"comment\"] },\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 ],\n folding: {\n markers: {\n start: new RegExp(\"^\\\\s*\\\\/\\\\*\\\\s*#region\\\\b\\\\s*(.*?)\\\\s*\\\\*\\\\/\"),\n end: new RegExp(\"^\\\\s*\\\\/\\\\*\\\\s*#endregion\\\\b.*\\\\*\\\\/\")\n }\n }\n};\nvar language = {\n defaultToken: \"\",\n tokenPostfix: \".css\",\n ws: \"[ \t\\n\\r\\f]*\",\n identifier: \"-?-?([a-zA-Z]|(\\\\\\\\(([0-9a-fA-F]{1,6}\\\\s?)|[^[0-9a-fA-F])))([\\\\w\\\\-]|(\\\\\\\\(([0-9a-fA-F]{1,6}\\\\s?)|[^[0-9a-fA-F])))*\",\n brackets: [\n { open: \"{\", close: \"}\", token: \"delimiter.bracket\" },\n { open: \"[\", close: \"]\", token: \"delimiter.bracket\" },\n { open: \"(\", close: \")\", token: \"delimiter.parenthesis\" },\n { open: \"<\", close: \">\", token: \"delimiter.angle\" }\n ],\n tokenizer: {\n root: [{ include: \"@selector\" }],\n selector: [\n { include: \"@comments\" },\n { include: \"@import\" },\n { include: \"@strings\" },\n [\n \"[@](keyframes|-webkit-keyframes|-moz-keyframes|-o-keyframes)\",\n { token: \"keyword\", next: \"@keyframedeclaration\" }\n ],\n [\"[@](page|content|font-face|-moz-document)\", { token: \"keyword\" }],\n [\"[@](charset|namespace)\", { token: \"keyword\", next: \"@declarationbody\" }],\n [\n \"(url-prefix)(\\\\()\",\n [\"attribute.value\", { token: \"delimiter.parenthesis\", next: \"@urldeclaration\" }]\n ],\n [\n \"(url)(\\\\()\",\n [\"attribute.value\", { token: \"delimiter.parenthesis\", next: \"@urldeclaration\" }]\n ],\n { include: \"@selectorname\" },\n [\"[\\\\*]\", \"tag\"],\n [\"[>\\\\+,]\", \"delimiter\"],\n [\"\\\\[\", { token: \"delimiter.bracket\", next: \"@selectorattribute\" }],\n [\"{\", { token: \"delimiter.bracket\", next: \"@selectorbody\" }]\n ],\n selectorbody: [\n { include: \"@comments\" },\n [\"[*_]?@identifier@ws:(?=(\\\\s|\\\\d|[^{;}]*[;}]))\", \"attribute.name\", \"@rulevalue\"],\n [\"}\", { token: \"delimiter.bracket\", next: \"@pop\" }]\n ],\n selectorname: [\n [\"(\\\\.|#(?=[^{])|%|(@identifier)|:)+\", \"tag\"]\n ],\n selectorattribute: [{ include: \"@term\" }, [\"]\", { token: \"delimiter.bracket\", next: \"@pop\" }]],\n term: [\n { include: \"@comments\" },\n [\n \"(url-prefix)(\\\\()\",\n [\"attribute.value\", { token: \"delimiter.parenthesis\", next: \"@urldeclaration\" }]\n ],\n [\n \"(url)(\\\\()\",\n [\"attribute.value\", { token: \"delimiter.parenthesis\", next: \"@urldeclaration\" }
2021-04-19 15:08:15 +02:00
/***/ })
}]);