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
- Host: GitHub
- URL: https://github.com/grafana/monaco-logql
- Owner: grafana
- License: apache-2.0
- Created: 2022-03-07T16:42:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-16T10:26:21.000Z (11 months ago)
- Last Synced: 2025-08-19T18:24:30.022Z (10 months ago)
- Topics: keep
- Language: TypeScript
- Homepage:
- Size: 120 KB
- Stars: 5
- Watchers: 134
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```