codemirror-mode-jq

1.0.0 • Public • Published

codemirror-mode-jq

CodeMirror mode for jq filters and scripts.

how to use

This is a Simple Mode, so you must register it as a simple mode, it is not sufficient to just import it.

npm install --save codemirror-mode-jq
CodeMirror.defineSimpleMode('jq', require('codemirror-mode-jq'))
 
// then, later
let cm = CodeMirror.fromTextArea(textarea, {
  mode: 'jq'
})

Or do it the way you want. You get the idea.

license

ISC

Readme

Keywords

Package Sidebar

Install

npm i codemirror-mode-jq

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • fiatjaf