scniro / react-codemirror2

Codemirror integrated components for React
MIT License
1.66k stars 193 forks source link

Support defineSimpleMode #185

Closed elsigh closed 4 years ago

elsigh commented 4 years ago

Looks like defineMode is supported and defineSimpleMode is a nice simple syntax / addon. I can send a PR but it does mean including the addon - any objections?

elsigh commented 4 years ago

this requires an addon so going to close here as it's doable by requiring the addon and codemirror in a separate file before setting mode with react-codemirrror2