Update README.md: add JSON plugin

This commit is contained in:
Martin Aeschlimann 2016-06-27 09:01:48 +02:00 committed by GitHub
parent 617a941c42
commit 05ec778389

View file

@ -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-editor-core](https://github.com/Microsoft/vscode) -- (the editor itself)
* [monaco-typescript](https://github.com/Microsoft/monaco-typescript) -- (JavaScript or TypeScript language support) * [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-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) * [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 ## 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-typescript
* https://github.com/Microsoft/monaco-languages * https://github.com/Microsoft/monaco-languages
* https://github.com/Microsoft/monaco-css * https://github.com/Microsoft/monaco-css
* https://github.com/Microsoft/monaco-json
#### Adopt new `monaco-editor-core` #### Adopt new `monaco-editor-core`
* edit `$/src/monaco-editor/package.json` and update the version for (as necessary): * edit `$/src/monaco-editor/package.json` and update the version for (as necessary):
* `monaco-editor-core` * `monaco-editor-core`
* `monaco-typescript` * `monaco-typescript`
* `monaco-css` * `monaco-css`
* `monaco-json`
* `monaco-languages` * `monaco-languages`
* update the version in `$/src/monaco-editor/package.json` * 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. * I try to keep it similar to `monaco-editor-core`, maybe just vary the patch version.