https://github.com/ydb-platform/monaco-yql-languages
https://github.com/ydb-platform/monaco-yql-languages
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ydb-platform/monaco-yql-languages
- Owner: ydb-platform
- License: mit
- Created: 2024-07-16T14:07:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-24T07:21:02.000Z (4 months ago)
- Last Synced: 2026-02-24T13:42:53.811Z (4 months ago)
- Language: TypeScript
- Size: 498 KB
- Stars: 2
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Authors: AUTHORS
Awesome Lists containing this project
README
# monaco-yql-languages · [](https://www.npmjs.com/package/monaco-yql-languages) [](https://github.com/ydb-platform/monaco-yql-languages/actions/workflows/ci.yml?query=branch:main)
## Install
```
npm install --save monaco-editor monaco-editor-webpack-plugin monaco-yql-languages
```
## Usage
Add `customLanguages` section to monaco-editor-webpack-plugin options:
```json
{
"customLanguages": [{"label": "yql", "entry": "monaco-yql-languages/build/monaco.contribution"}]
}
```
This adds colorization for languages `yql (yql_ansi)`, `s-expression` and `clickhouse`