BertrandBev / code_field

A customizable code text field supporting syntax highlighting
https://bertrandbev.github.io/code_field/
MIT License
232 stars 61 forks source link

Make CodeController.language mutable #42

Closed alexeyinkin closed 2 years ago

alexeyinkin commented 2 years ago

Can we make language mutable after the controller is created? I need to switch language in my UI. This currently requires re-creating the controller.