An open API service indexing awesome lists of open source software.

https://github.com/grafana/monaco-logql

LogQL support for Monaco code editor
https://github.com/grafana/monaco-logql

keep

Last synced: 10 months ago
JSON representation

LogQL support for Monaco code editor

Awesome Lists containing this project

README

          

# Monaco LogQL language

This project provides a support for the Monaco editor that handles the LogQL (Loki Query Language) syntax (with syntax highlighting).

## Development

```
npm install
npm run build
npm link
cd examples/
npm install
npm link monaco-logql
npm start
```