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

22 lines
16 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_julia_julia_js"],{
/***/ "./node_modules/monaco-editor/esm/vs/basic-languages/julia/julia.js":
/*!**************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/julia/julia.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 brackets: [\r\n ['{', '}'],\r\n ['[', ']'],\r\n ['(', ')']\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: \"'\" }\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 ]\r\n};\r\nvar language = {\r\n tokenPostfix: '.julia',\r\n keywords: [\r\n 'begin',\r\n 'while',\r\n 'if',\r\n 'for',\r\n 'try',\r\n 'return',\r\n 'break',\r\n 'continue',\r\n 'function',\r\n 'macro',\r\n 'quote',\r\n 'let',\r\n 'local',\r\n 'global',\r\n 'const',\r\n 'do',\r\n 'struct',\r\n 'module',\r\n 'baremodule',\r\n 'using',\r\n 'import',\r\n 'export',\r\n 'end',\r\n 'else',\r\n 'elseif',\r\n 'catch',\r\n 'finally',\r\n 'mutable',\r\n 'primitive',\r\n 'abstract',\r\n 'type',\r\n 'in',\r\n 'isa',\r\n 'where',\r\n 'new'\r\n ],\r\n types: [\r\n 'LinRange',\r\n 'LineNumberNode',\r\n 'LinearIndices',\r\n 'LoadError',\r\n 'MIME',\r\n 'Matrix',\r\n 'Method',\r\n 'MethodError',\r\n 'Missing',\r\n 'MissingException',\r\n 'Module',\r\n 'NTuple',\r\n 'NamedTuple',\r\n 'Nothing',\r\n 'Number',\r\n 'OrdinalRange',\r\n 'OutOfMemoryError',\r\n 'OverflowError',\r\n 'Pair',\r\n 'PartialQuickSort',\r\n 'PermutedDimsArray',\r\n 'Pipe',\r\n 'Ptr',\r\n 'QuoteNode',\r\n 'Rational',\r\n 'RawFD',\r\n 'ReadOnlyMemoryError',\r\n 'Real',\r\n 'ReentrantLock',\r\n 'Ref',\r\n 'Regex',\r\n 'RegexMatch',\r\n 'RoundingMode',\r\n 'SegmentationFault',\r\n 'Set',\r\n 'Signed',\r\n 'Some',\r\n 'StackOverflowError',\r\n 'StepRange',\r\n 'StepRangeLen',\r\n 'StridedArray',\r\n 'StridedMatrix',\r\n 'StridedVecOrMat',\r\n 'StridedVector',\r\n 'String',\r\n 'StringIndexError',\r\n 'SubArray',\r\n 'SubString',\r\n 'SubstitutionString',\r\n 'Symbol',\r\n 'SystemError',\r\n 'Task',\r\n 'Text',\r\n 'TextDisplay',\r\n 'Timer',\r\n 'Tuple',\r\n 'Type',\r\n 'TypeError',\r\n 'TypeVar',\r\n 'UInt',\r\n 'UInt128',\r\n 'UInt16',\r\n 'UInt32',\r\n 'UInt64',\r\n 'UInt8',\r\n 'UndefInitializer',\r\n 'AbstractArray',\r\n 'UndefKeywordError',\r\n 'AbstractChannel',\r\n 'UndefRefError',\r\n 'AbstractChar',\r\n 'UndefVarError',\r\n 'AbstractDict',\r\n 'Union',\r\n 'AbstractDisplay',\r\n 'UnionAll',\r\n 'AbstractFloat',\r\n 'UnitRange',\r\n 'AbstractIrrational',\r\n 'Unsigned',\r\n 'AbstractMatrix',\r\n 'AbstractRange',\r\n 'Val',\r\n 'AbstractSet',\r\n
/***/ })
}]);