lem
lem copied to clipboard
Multiple major-modes in a single buffer
This is similar to Emacs' polymode, yes?
Indeed, this would be similar to polymode or https://github.com/dgutov/mmm-mode (at least in functionality)
a step closer: https://github.com/lem-project/lem/pull/1377
aka Syntax highlighting of code block in markdown-mode
todo: Indentation within code blocks and their mode-specific features are future work.
Actually, the indentation is already done. https://github.com/lem-project/lem/pull/1381