mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Add html plugin
This commit is contained in:
parent
966c0823e1
commit
e26e40806d
2 changed files with 9 additions and 0 deletions
|
|
@ -34,6 +34,14 @@
|
|||
npm: 'node_modules/monaco-json/release/min',
|
||||
dev: '/monaco-json/release/dev'
|
||||
}
|
||||
},{
|
||||
name: 'monaco-html',
|
||||
contrib: 'vs/language/html/monaco.contribution',
|
||||
modulePrefix: 'vs/language/html',
|
||||
paths: {
|
||||
npm: 'node_modules/monaco-html/release/min',
|
||||
dev: '/monaco-html/release/dev'
|
||||
}
|
||||
},{
|
||||
name: 'monaco-languages',
|
||||
contrib: 'vs/basic-languages/src/monaco.contribution',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
"monaco-css": "1.1.4",
|
||||
"monaco-editor-core": "0.6.1",
|
||||
"monaco-json": "1.0.7",
|
||||
"monaco-html": "1.0.0-next.1",
|
||||
"monaco-languages": "0.4.0",
|
||||
"monaco-typescript": "0.6.1",
|
||||
"rimraf": "^2.5.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue