stisa / nim-codemirror-mode

A codemirror mode for nim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nim-codemirror-mode

A codemirror mode for nim.

Mostly taken from the work of PMunch here.

To register the mode, require the mode and the call the only exported function, register, with the CodeMirror object as argument:

require("nim-codemirror-mode").register(CodeMirror)

About

A codemirror mode for nim

License:MIT License


Languages

Language:JavaScript 100.0%