update readme

This commit is contained in:
Martin Aeschlimann 2018-04-30 16:03:22 +02:00
parent c95fac4d7c
commit b030b3ab81

View file

@ -7,6 +7,7 @@ JSON language plugin for the Monaco Editor. It provides the following features w
* Formatting * Formatting
* Document Symbols * Document Symbols
* Syntax highlighting * Syntax highlighting
* Color decorators for all properties matching a schema containing `format: "color-hex"'` (non-standard schema extension)
Schemas can be provided by configuration. See [here](https://github.com/Microsoft/monaco-json/blob/master/src/monaco.d.ts) Schemas can be provided by configuration. See [here](https://github.com/Microsoft/monaco-json/blob/master/src/monaco.d.ts)
for the API that the JSON plugin offers to configure the JSON language support. for the API that the JSON plugin offers to configure the JSON language support.
@ -28,7 +29,7 @@ This npm module is bundled and distributed in the [monaco-editor](https://www.np
* `git clone https://github.com/Microsoft/monaco-json` * `git clone https://github.com/Microsoft/monaco-json`
* `cd monaco-json` * `cd monaco-json`
* `npm install .` * `npm install .`
* `npm run watch` * `npm run prepublish`
* open `$/monaco-json/test/index.html` in your favorite browser. * open `$/monaco-json/test/index.html` in your favorite browser.
## License ## License