|
8 年之前 | |
---|---|---|
.vscode | 8 年之前 | |
src | 8 年之前 | |
.gitignore | 8 年之前 | |
.npmignore | 8 年之前 | |
LICENSE.md | 8 年之前 | |
README.md | 8 年之前 | |
gulpfile.js | 8 年之前 | |
package.json | 8 年之前 |
HTML language plugin for the Monaco Editor. It provides the following features when editing HTML files:
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.
Please file issues concering monaco-html
in the monaco-editor
-repository.
This npm module is bundled and distributed in the monaco-editor npm module.
/src/
)git clone https://github.com/Microsoft/monaco-editor
(this will create $/src/monaco-editor
)monaco-editor
run npm install
and run npm run simpleserver
/src/
).git clone https://github.com/Microsoft/monaco-editor
(this will create $/src/monaco-editor
)git clone https://github.com/Microsoft/monaco-html
(this will create $/src/monaco-html
)monaco-html
run npm install
and run npm run watch
monaco-editor
run npm install
and run npm run simpleserver
monaco-editor-core
./src/
) that already contains monaco-html
and monaco-editor
git clone https://github.com/Microsoft/vscode
(this will create $/src/vscode/
)vscode
run gulp watch