mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 09:20:10 +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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue