mx-ui-components
Version:
mobius ui library
77 lines (76 loc) • 1.54 kB
JavaScript
import { conf as t, language as e } from "./typescript-DqiiiCue.js";
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/
var i = t, o = {
// Set defaultToken to invalid to see what you do not tokenize yet
defaultToken: "invalid",
tokenPostfix: ".js",
keywords: [
"break",
"case",
"catch",
"class",
"continue",
"const",
"constructor",
"debugger",
"default",
"delete",
"do",
"else",
"export",
"extends",
"false",
"finally",
"for",
"from",
"function",
"get",
"if",
"import",
"in",
"instanceof",
"let",
"new",
"null",
"return",
"set",
"static",
"super",
"switch",
"symbol",
"this",
"throw",
"true",
"try",
"typeof",
"undefined",
"var",
"void",
"while",
"with",
"yield",
"async",
"await",
"of"
],
typeKeywords: [],
operators: e.operators,
symbols: e.symbols,
escapes: e.escapes,
digits: e.digits,
octaldigits: e.octaldigits,
binarydigits: e.binarydigits,
hexdigits: e.hexdigits,
regexpctl: e.regexpctl,
regexpesc: e.regexpesc,
tokenizer: e.tokenizer
};
export {
i as conf,
o as language
};