3.1.1 • Published 11 months ago

@elastic/monaco-esql v3.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

ES|QL syntax grammar for Monaco editor

This package contains the ES|QL grammar form Monarch (the Monaco editor grammar engine).

Usage

To highlight ES|QL code in Monaco editor, you need to register ES|QL language and its Monarch grammar:

import { language as monarchLanguage } from '@elastic/monaco-esql/lib/monarch-shared';

monaco.languages.register({id: 'esql'});
monaco.languages.setMonarchTokensProvider('esql', monarchLanguage);

Releasing

Publish with release-it tool:

npx release-it

License

MIT

3.1.1

11 months ago

3.1.0

11 months ago

3.0.0

11 months ago

2.0.0

11 months ago

1.1.0

12 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago