codemirror
combined with syllepsis
can help you show and edit code in syllepsis
.
import { CodeBlockPlugin } from '@syllepsis/plugin-code-block';
new CodeBlockPlugin({
mode: string; // note that you should import the mode you specific from `codemirror/mode` by yourself. (default: javascript)
})
Version | Tag | Published |
---|---|---|
0.1.61 | latest | 1mo ago |
0.1.33-alpha.0 | alpha | 8mos ago |