Skip to content

iceddev/codemirror-inject

Repository files navigation

codemirror-inject

Travis Build Status

Inject CodeMirror into a page including base and theme CSS

Usage

var codemirror = require('codemirror-inject');

var el = document.getElementById('editor');

// loads the base styling for codemirror and mounts an instance in the given el
var editor = codemirror(el, {
  mode: 'javascript', // will load the `javascript` syntax mode
  theme: 'monokai' // will load the `monokai` theme
});

License

MIT

About

Inject CodeMirror into a page including base and theme CSS

Resources

License

Stars

Watchers

Forks

Packages

No packages published