UNPKG

@elastic/monaco-esql

Version:

Monaco editor Monarch language syntax definitions for ES|QL

16 lines (15 loc) 697 B
"use strict"; /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch B.V. licenses this file to you under * the MIT license (the "License"); you may * not use this file except in compliance with the License. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.language = void 0; const tslib_1 = require("tslib"); const monarch_1 = require("./monarch"); const definitions = tslib_1.__importStar(require("./definitions")); exports.language = (0, monarch_1.create)(definitions);