Skip to content

Commit

Permalink
fix: removed accidental change that enabled code display modes (e.g. …
Browse files Browse the repository at this point in the history
…javascript, python, html)
  • Loading branch information
wickedest committed May 17, 2024
1 parent 84c2773 commit 692d01f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/diff-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ const CodeMirror = require('codemirror');
require('codemirror/addon/search/searchcursor.js');
require('codemirror/addon/selection/mark-selection.js');
require('codemirror/lib/codemirror.css');
require('codemirror/mode/go/go.js');
require('codemirror/mode/javascript/javascript.js');
require('codemirror/mode/htmlmixed/htmlmixed.js');
require('codemirror/mode/markdown/markdown.js');
require('codemirror/mode/python/python.js');

const dom = require('./dom.js');
const VDoc = require('./vdoc');
Expand Down

0 comments on commit 692d01f

Please sign in to comment.