mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
update readme
This commit is contained in:
parent
c95fac4d7c
commit
b030b3ab81
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue