From b030b3ab81173e9bb790e673f71a9fba5ad1c297 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Mon, 30 Apr 2018 16:03:22 +0200 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9966775..f3fbf4c3 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ JSON language plugin for the Monaco Editor. It provides the following features w * Formatting * Document Symbols * 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) 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` * `cd monaco-json` * `npm install .` -* `npm run watch` +* `npm run prepublish` * open `$/monaco-json/test/index.html` in your favorite browser. ## License