You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monaco-editor/monaco-html
Alex Dima c419101f73
Improve `monaco-html` scripts
3 years ago
..
scripts Improve `monaco-html` scripts 3 years ago
src Improve `monaco-html` scripts 3 years ago
README.md Improve `monaco-html` scripts 3 years ago
monaco.d.ts run `prettier` 3 years ago
package.json Improve `monaco-html` scripts 3 years ago

README.md

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.

Development

  • watch with npm run watch
  • compile with npm run prepublishOnly