@elastic/monaco-esql
Version:
Monaco editor Monarch language syntax definitions for ES|QL
19 lines (18 loc) • 655 B
TypeScript
export declare const headerCommands: string[];
export declare const sourceCommands: string[];
export declare const processingCommands: string[];
export declare const options: string[];
export declare const literals: string[];
export declare const functions: string[];
export declare const delimiters: string[];
export declare const operators: {
named: {
binary: string[];
other: string[];
};
};
export type TemporalUnit = [unit: string, ...abbreviations: string[]];
/**
* @see https://www.elastic.co/docs/reference/query-languages/esql/esql-time-spans#esql-time-spans-table
*/
export declare const temporalUnits: TemporalUnit[];