Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/etienne-dldc/monaco-docsy

Docsy syntax highlighting for monaco-editor
https://github.com/etienne-dldc/monaco-docsy

Last synced: 13 days ago
JSON representation

Docsy syntax highlighting for monaco-editor

Awesome Lists containing this project

README

        

# monaco-docsy

Docsy syntax highlighting for monaco-editor

```ts
import * as monaco from "monaco-editor";
import { registerDocsy } from "monaco-docsy";

registerDocsy(monaco);
```