Socket
Socket
Sign inDemoInstall

monaco-html

Package Overview
Dependencies
0
Maintainers
8
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    monaco-html

HTML plugin for the Monaco Editor


Version published
Weekly downloads
81
increased by32.79%
Maintainers
8
Install size
3.51 MB
Created
Weekly downloads
 

Readme

Source

Monaco HTML

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

  • Code completion
  • Formatting
  • Document Highlights
  • Link detection
  • Syntax highlighting

Internally the HTML plugin uses the vscode-html-languageservice node module, providing the implementation of the functionally listed above. The same module is also used in Visual Studio Code to power the HTML editing experience.

Issues

Please file issues concering monaco-html in the monaco-editor repository.

Installing

This npm module is bundled and distributed in the monaco-editor npm module.

Development

  • git clone https://github.com/Microsoft/monaco-html
  • cd monaco-html
  • npm install .
  • npm run watch
  • open $/monaco-html/test/index.html in your favorite browser.

License

MIT

FAQs

Last updated on 04 Nov 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc