mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
fix typos
This commit is contained in:
parent
da30aaede9
commit
dc9df814a7
1 changed files with 3 additions and 3 deletions
|
|
@ -8,12 +8,12 @@ JSON language plugin for the Monaco Editor. It provides the following features w
|
||||||
* Document Symbols
|
* Document Symbols
|
||||||
* Syntax highlighting
|
* Syntax highlighting
|
||||||
|
|
||||||
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
|
Schemas can be provided by configuration. See [here](https://github.com/Microsoft/monaco-json/blob/master/src/monaco.d.ts)
|
||||||
JSON plugin offers to configure the JSON language support.
|
for the API that the JSON plugin offers to configure the JSON language support.
|
||||||
|
|
||||||
Internally the JSON plugin uses the [vscode-json-languageservice](https://github.com/Microsoft/vscode-json-languageservice)
|
Internally the JSON plugin uses the [vscode-json-languageservice](https://github.com/Microsoft/vscode-json-languageservice)
|
||||||
node module, providing the implementation of the functionally listed above. The same module is also used
|
node module, providing the implementation of the functionally listed above. The same module is also used
|
||||||
in [VSCode](https://github.com/Microsoft/vscode) to power the JSON editing experience.
|
in [Visual Studio Code](https://github.com/Microsoft/vscode) to power the JSON editing experience.
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue