Fixing some kernel js

This commit is contained in:
Andrew Gibiansky 2015-04-04 21:48:32 -07:00
parent 5c47e93202
commit 2a47b76611

View File

@ -47,7 +47,7 @@ define(['require',
// This is necessary, otherwise sometimes highlighting just doesn't happen.
// This may be an IPython bug.
c.code_mirror.setOption('mode', 'ihaskell');
c.auto_highlight();
c.force_highlight('ihaskell');
}
}
});