Skip to content

Commit

Permalink
Add nim mode to index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
stisa committed Aug 24, 2020
1 parent eb67c9b commit 480b353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ export default class CodeMirrorEditor extends React.Component<
require("codemirror/mode/rust/rust");

require("./mode/ipython");
require("./mode/nim");

const { editorFocused, focusAbove, focusBelow } = this.props;

Expand Down

0 comments on commit 480b353

Please sign in to comment.