mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-20 23:11:05 +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
|
||||
|
||||
`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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
## 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