mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-07-08 04:20:35 +00:00
Merge branch 'master' into update-ls
This commit is contained in:
commit
549e4afc5a
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ for the API that the JSON plugin offers to configure the JSON language support.
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
`yarn add monaco-yaml`
|
`yarn add monaco-yaml`
|
||||||
See `test/index.html` as an example. Both vs loader and ESM are supported.
|
See `demo/index.html` as an example. Both vs loader and ESM are supported.
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
|
@ -38,4 +38,4 @@ Manually clone dependencies list below and update the project files accordingly:
|
||||||
- `src/yaml-ast-parser-custom-tags`: https://github.com/JPinkney/yaml-ast-parser/tree/master/src
|
- `src/yaml-ast-parser-custom-tags`: https://github.com/JPinkney/yaml-ast-parser/tree/master/src
|
||||||
|
|
||||||
## License
|
## License
|
||||||
[MIT](https://github.com/pengx17/monaco-yaml/blob/master/LICENSE.md)
|
[MIT](https://github.com/pengx17/monaco-yaml/blob/master/LICENSE.md)
|
||||||
Loading…
Reference in a new issue