diff --git a/src/technologies/m.json b/src/technologies/m.json index edf31ffa2..7704a9946 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -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/" } }