nodebox / seed

Procedural Content Generator
https://seed.emrg.be/
MIT License
22 stars 8 forks source link

Add support for rich text editing with CodeMirror #38

Closed fdb closed 6 years ago

fdb commented 6 years ago

This PR integrates CodeMirror.

Currently only line numbers is supported. For more support we would need special syntax highlighting for the Seed syntax, which we don't have yet.

This fixes #19.