mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Add manual test page for json-interpolation language
- Add json-interpolation to dev-setup.js module loading - Create standalone test page that works with CDN Monaco - Test page demonstrates syntax highlighting, completions, hover info, comments, and trailing comma support
This commit is contained in:
parent
8ca12ee61a
commit
9b018b7916
3 changed files with 458 additions and 0 deletions
|
|
@ -105,6 +105,7 @@
|
|||
'vs/language/css/monaco.contribution',
|
||||
'vs/language/html/monaco.contribution',
|
||||
'vs/language/json/monaco.contribution',
|
||||
'vs/language/json-interpolation/monaco.contribution',
|
||||
'vs/language/typescript/monaco.contribution'
|
||||
],
|
||||
callback
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue