monaco-html
HTML plugin for the Monaco Editor
Last updated 3 years ago by alexandrudima .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install monaco-html 
SYNC missed versions from official npm registry.

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

Current Tags

  • 3.9.0                                ...           latest (3 years ago)
  • 1.0.0-next.1                                ...           next (8 years ago)

34 Versions

  • 3.9.0                                ...           3 years ago
  • 3.8.1                                ...           3 years ago
  • 3.7.0                                ...           3 years ago
  • 3.6.0                                ...           3 years ago
  • 3.5.1                                ...           3 years ago
  • 3.5.0                                ...           3 years ago
  • 3.4.0                                ...           4 years ago
  • 3.3.0                                ...           4 years ago
  • 3.2.0                                ...           4 years ago
  • 3.1.1                                ...           4 years ago
  • 3.1.0                                ...           4 years ago
  • 3.0.0                                ...           4 years ago
  • 2.7.0                                ...           5 years ago
  • 2.6.0                                ...           5 years ago
  • 2.5.3                                ...           5 years ago
  • 2.5.2                                ...           6 years ago
  • 2.5.1                                ...           6 years ago
  • 2.5.0                                ...           6 years ago
  • 2.4.0                                ...           6 years ago
  • 2.3.0                                ...           6 years ago
  • 2.2.0                                ...           6 years ago
  • 2.1.1                                ...           7 years ago
  • 2.1.0                                ...           7 years ago
  • 2.0.2                                ...           7 years ago
  • 2.0.1                                ...           7 years ago
  • 2.0.0                                ...           7 years ago
  • 1.3.2                                ...           7 years ago
  • 1.3.1                                ...           7 years ago
  • 1.3.0                                ...           7 years ago
  • 1.2.1                                ...           8 years ago
  • 1.2.0                                ...           8 years ago
  • 1.1.0                                ...           8 years ago
  • 1.0.0                                ...           8 years ago
  • 1.0.0-next.1                                ...           8 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |