0.0.1 • Published 11 years ago

codemirror-activine v0.0.1

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

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
0.0.1

11 years ago