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

/codemirror-activine/

    Package Sidebar

    Install

    npm i codemirror-activine

    Weekly Downloads

    4

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • gozala