Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 732 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 732 Bytes

An asynchronous CodeMirror lint plugin that will receive code, send it to a callback (that can send it somewhere via Ajax, etc..), and apply any discovered errors on return. It's meant to be convenient and uncomplicated.

This example simply, statically, submits the same, single error to CodeMirror, every time, no matter what the code says. There is also an example of a "warning"-type decoration.

alt text

alt text

alt text