UNPKG

@grafana/monaco-logql

Version:

LogQL support for Monaco code editor

15 lines (12 loc) 291 B
# 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 ```