🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@alauda/monaco-yaml

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alauda/monaco-yaml

YAML plugin for the Monaco Editor

Source
npmnpm
Version
1.0.2
Version published
Maintainers
4
Created
Source

Monaco YAML

YAML language plugin for the Monaco Editor. It provides the following features when editing YAML files:

  • Code completion, based on JSON schemas or by looking at similar objects in the same file
  • Hovers, based on JSON schemas
  • Validation: Syntax errors and schema validation
  • Formatting
  • Document Symbols
  • Syntax highlighting

Schemas can be provided by configuration. See here for the API that the JSON plugin offers to configure the JSON language support.

Installing

See test/index.html as an example. Currently only load with vs loader is supported. (AMD)

TODO

  • Enable build with ESM
  • Enable schema loader (?)

Development

  • git clone https://github.com/kpdecker/monaco-yaml
  • cd monaco-yaml
  • yarn
  • yarn watch
  • open $/monaco-yaml/test/index.html in your favorite browser.

Credits

Maintain

Manually clone dependencies list below and update the project files accordingly:

License

MIT

FAQs

Package last updated on 31 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts