mirror of https://github.com/sgoudham/carbon.git
Add Elixir to available languages (#61)
* Add Elixir mode to available languages * Update module to modemain
parent
de11ff034f
commit
9be9ef1ac5
@ -0,0 +1,4 @@
|
|||||||
|
import CodeMirror from 'codemirror'
|
||||||
|
|
||||||
|
// Require Codemirror elixir mode from npm modules and register it here
|
||||||
|
import registerElixirMode from 'codemirror-mode-elixir'
|
Loading…
Reference in New Issue