monaco-languages-promql
v1.4.0
Published
Bundle of promql language for the Monaco Editor.
Readme
Monaco PromQL language

Colorization and configuration supports for PromQL language for the Monaco Editor.

Samples coming from https://github.com/infinityworks/prometheus-example-queries
Playground
https://celian-garcia.github.io/monaco-languages-promql/
Installation
- initial setup with
npm install . - compile with
npm run watch - test with
npm run test
Usage
Development
Run example with local version
npm compile
npm link
cd examples/<example-folder>
npm link monaco-languages-promql
npm startRoadmap
- [x] More usage documentation.
- [ ] Versions mapping with PromQL.
- [x] Provide the auto-completion support.
Credits
This repository is inspired by monaco-languages repository.
