HeroProtagonist / monaco-mermaid

Monaco language and theme support for mermaidJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monaco-mermaid

Package for MermaidJS syntax highlighting implemented in the Monaco Editor.

Usage

The ID of the language created will be mermaid. There will also be two themes that extend the base themes of vs and vs-dark named mermaid and mermaid-dark respectively.

import initEditor from 'monaco-mermaid';

initEditor(); // Defines required themes and languages

About

Monaco language and theme support for mermaidJS

License:MIT License


Languages

Language:TypeScript 98.5%Language:JavaScript 1.5%