Merge pull request #5642 from nurbek91/monaco_editor

Add Monaco Editor / Rich text editor #5636
main
Elbert Alias 3 years ago committed by GitHub
commit 51b5a08bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2382,5 +2382,19 @@
"Apache"
],
"website": "https://code.google.com/p/modwsgi"
},
"Monaco Editor": {
"cats": [
24
],
"description": "Monaco Editor is the code editor that powers VS Code. Monaco Editor is a tool in the text editor category of a tech stack.",
"icon": "Microsoft.svg",
"css": "\\.monaco-editor",
"js": {
"monaco.editor": "",
"MonacoEnvironment": ""
},
"oss": true,
"website": "https://microsoft.github.io/monaco-editor/"
}
}