You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using plain <textarea> we could utilise codemirror instead. We'll get syntax highlighting, bracket auto pair, toggling comments, etc. for free. Codemirror is also capable of listening to events
The text was updated successfully, but these errors were encountered:
Instead of using plain
<textarea>
we could utilise codemirror instead. We'll get syntax highlighting, bracket auto pair, toggling comments, etc. for free. Codemirror is also capable of listening to eventsThe text was updated successfully, but these errors were encountered: