coderaiser / cm-show-invisibles

Addon for CodeMirror that helps to show invisibles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeMirror Show Invisibles

Addon for CodeMirror that helps to show invisibles.

show-invisibles

Install

bower i cm-show-invisibles --save # or
npm i cm-show-invisibles --save

How to use?

const cm = CodeMirror(document.body, {
    showInvisibles: true,
    maxInvisibles: 16 // optional
});

License

MIT

About

Addon for CodeMirror that helps to show invisibles.

License:MIT License


Languages

Language:JavaScript 100.0%