Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@grafana/monaco-logql

grafana221.7kApache-2.00.0.8TypeScript support: included

LogQL support for Monaco code editor

LogQL, Monaco, Loki

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/<example-folder>
npm install
npm link monaco-logql
npm start