codemirror-asciidoc
codemirror-asciidoc copied to clipboard
AsciiDoc mode for CodeMirror
Hello, [stream-parser](https://github.com/codemirror/stream-parser) has been archived, Are there plans for an update?
The [markdown](https://github.com/codemirror/CodeMirror/blob/master/mode/markdown/markdown.js#L30) mode has an option to highlight formatting. For example, instead of parsing `hello **world**` as `["hello ", "**world**"]`, it'll parse it as `["hello ", "**", "world", "**"]`.
Generate the CodeMirror mode automatically from the Ace mode as part of a build using [ace2cm](https://github.com/espadrine/ace2cm). That way, we aren't attempting to modify auto-generated code. This will entail setting up...