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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    4

Package Sidebar

Install

npm i codemirror-activine

Weekly Downloads

4

Version

0.0.1

License

none

Last publish

Collaborators

  • gozala