LogQL support for Monaco code editor
npm install @grafana/monaco-logqlThis project provides a support for the Monaco editor that handles the LogQL (Loki Query Language) syntax (with syntax highlighting).
````
npm install
npm run build
npm link
cd examples/
npm install
npm link monaco-logql
npm start