Commit 2a47b766 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Fixing some kernel js

parent 5c47e932
...@@ -47,7 +47,7 @@ define(['require', ...@@ -47,7 +47,7 @@ define(['require',
// This is necessary, otherwise sometimes highlighting just doesn't happen. // This is necessary, otherwise sometimes highlighting just doesn't happen.
// This may be an IPython bug. // This may be an IPython bug.
c.code_mirror.setOption('mode', 'ihaskell'); c.code_mirror.setOption('mode', 'ihaskell');
c.auto_highlight(); c.force_highlight('ihaskell');
} }
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment