lem icon indicating copy to clipboard operation
lem copied to clipboard

Multiple major-modes in a single buffer

Open cxxxr opened this issue 2 years ago • 4 comments

cxxxr avatar Jul 17 '23 05:07 cxxxr

This is similar to Emacs' polymode, yes?

hendursaga avatar Aug 06 '23 01:08 hendursaga

Indeed, this would be similar to polymode or https://github.com/dgutov/mmm-mode (at least in functionality)

Sasanidas avatar Sep 08 '23 19:09 Sasanidas

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.

vindarel avatar May 28 '24 14:05 vindarel

Actually, the indentation is already done. https://github.com/lem-project/lem/pull/1381

cxxxr avatar May 28 '24 14:05 cxxxr