From 05ec7783892d71ad98d9923c76c44274be939d57 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Mon, 27 Jun 2016 09:01:48 +0200 Subject: [PATCH] Update README.md: add JSON plugin --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f53af2e0..261c4c38 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ This repository contains only the scripts to glue things together, please create * [monaco-editor-core](https://github.com/Microsoft/vscode) -- (the editor itself) * [monaco-typescript](https://github.com/Microsoft/monaco-typescript) -- (JavaScript or TypeScript language support) * [monaco-css](https://github.com/Microsoft/monaco-css) -- (CSS, LESS or SCSS advanced language support) + * [monaco-json](https://github.com/Microsoft/monaco-json) -- (JSON advanced language support) * [monaco-languages](https://github.com/Microsoft/monaco-languages) -- (bat, coffee script, cpp, csharp, fsharp, go, ini, jade, lua, objective-c, powershell, python, r, ruby, sql, swift, vb or xml colorizers) ## Known issues @@ -177,12 +178,14 @@ Create a Monarch tokenizer [here](https://microsoft.github.io/monaco-editor/mona * https://github.com/Microsoft/monaco-typescript * https://github.com/Microsoft/monaco-languages * https://github.com/Microsoft/monaco-css +* https://github.com/Microsoft/monaco-json #### Adopt new `monaco-editor-core` * edit `$/src/monaco-editor/package.json` and update the version for (as necessary): * `monaco-editor-core` * `monaco-typescript` * `monaco-css` + * `monaco-json` * `monaco-languages` * update the version in `$/src/monaco-editor/package.json` * I try to keep it similar to `monaco-editor-core`, maybe just vary the patch version.