codemirror-activine

0.0.1 • Public • Published

codemirror-activine

Simple code-mirror plugin for highlighting active line.

Usage

// require plugin
var activine = require("codemirror-activine")
 
// Install plugin
activine(CodeMirror)
 
var myCodeMirror = CodeMirror(document.body, {
  // ...
  activeLine: true // enable active line highlighting
})

Install

npm install codemirror-activine

Readme

Keywords

none

Package Sidebar

Install

npm i codemirror-activine

Weekly Downloads

3

Version

0.0.1

License

none

Last publish

Collaborators

  • gozala