1.0.0 • Published 4 years ago

rockplate-codemirror v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

MIT License dependencies Status devDependencies Status HitCount

Rockplate CodeMirror

CodeMirror implementation for Rockplate language

Live Demo

Features

  • Syntax highlighting - rockplate mode
  • Linting support
  • Code folding support

Usage

npm install rockplate-codemirror

import CodeMirror from 'codemirror';
import { register } from 'rockplate-codemirror';

register(CodeMirror);

Usage with <script> tag:

<script src="https://cdn.jsdelivr.net/npm/rockplate-codemirror@latest/dist/rockplate-codemirror.min.js"></script>

Registered automatically

1.0.0

4 years ago

1.0.0-pre.4

4 years ago

1.0.0-pre.3

4 years ago

1.0.0-pre.2

4 years ago

1.0.0-pre.1

4 years ago