Plugin for the CodeMirror Analytics project in the ReplIt Summer Kickoff Hacker Royale Hackathon.
Just import it. For support for theme and mode analytics, run the following (editor
being the CodeMirror instance):
editor.on(
'optionChange',
CodemirrorAnalyticsHooks('YOUR_UUID_PROVIDED_ON_DASHBOARD').optionChange
);