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

22 lines
37 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_solidity_solidity_js"],{
/***/ "./node_modules/monaco-editor/esm/vs/basic-languages/solidity/solidity.js":
/*!********************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/solidity/solidity.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 ],\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 ]\r\n};\r\nvar language = {\r\n defaultToken: '',\r\n tokenPostfix: '.sol',\r\n brackets: [\r\n { token: 'delimiter.curly', open: '{', close: '}' },\r\n { token: 'delimiter.parenthesis', open: '(', close: ')' },\r\n { token: 'delimiter.square', open: '[', close: ']' },\r\n { token: 'delimiter.angle', open: '<', close: '>' }\r\n ],\r\n keywords: [\r\n // Main keywords\r\n 'pragma',\r\n 'solidity',\r\n 'contract',\r\n 'library',\r\n 'using',\r\n 'struct',\r\n 'function',\r\n 'modifier',\r\n 'constructor',\r\n //Built-in types\r\n 'address',\r\n 'string',\r\n 'bool',\r\n //Other types\r\n 'Int',\r\n 'Uint',\r\n 'Byte',\r\n 'Fixed',\r\n 'Ufixed',\r\n //All int\r\n 'int',\r\n 'int8',\r\n 'int16',\r\n 'int24',\r\n 'int32',\r\n 'int40',\r\n 'int48',\r\n 'int56',\r\n 'int64',\r\n 'int72',\r\n 'int80',\r\n 'int88',\r\n 'int96',\r\n 'int104',\r\n 'int112',\r\n 'int120',\r\n 'int128',\r\n 'int136',\r\n 'int144',\r\n 'int152',\r\n 'int160',\r\n 'int168',\r\n 'int176',\r\n 'int184',\r\n 'int192',\r\n 'int200',\r\n 'int208',\r\n 'int216',\r\n 'int224',\r\n 'int232',\r\n 'int240',\r\n 'int248',\r\n 'int256',\r\n //All uint\r\n 'uint',\r\n 'uint8',\r\n 'uint16',\r\n 'uint24',\r\n 'uint32',\r\n 'uint40',\r\n 'uint48',\r\n 'uint56',\r\n 'uint64',\r\n 'uint72',\r\n 'uint80',\r\n 'uint88',\r\n 'uint96',\r\n 'uint104',\r\n 'uint112',\r\n 'uint120',\r\n 'uint128',\r\n 'uint136',\r\n 'uint144',\r\n 'uint152',\r\n 'uint160',\r\n 'uint168',\r\n 'uint176',\r\n 'uint184',\r\n 'uint192',\r\n 'uint200',\r\n 'uint208',\r\n 'uint216',\r\n 'uint224',\r\n 'uint232',\r\n 'uint240',\r\n 'uint248',\r\n 'uint256',\r\n //All Byte\r\n 'byte',\r\n 'bytes',\r\n 'bytes1',\r\n 'bytes2',\r\n 'bytes3',\r\n 'bytes4',\r\n 'bytes5',\r\n 'bytes6',\r\n 'bytes7',\r\n 'bytes8',\r\n 'bytes9',\r\n 'bytes10',\r\n 'bytes11',\r\n 'bytes12',\r\n 'bytes13',\r\n 'bytes14',\r\n 'bytes15',\r\n 'bytes16',\r\n 'bytes17',\r\n 'bytes18',\r\n 'bytes19',\r\n 'bytes20',\r\n 'bytes21',\r\n 'bytes22',\r\n 'bytes23',\r\n 'bytes24',\r\n 'bytes25',\r\n 'bytes26',\r\n 'bytes27',\r\n
/***/ })
}]);