lem-project / lem

Common Lisp editor/IDE with high expansibility
http://lem-project.github.io/
MIT License
2.21k stars 163 forks source link

Multiple major-modes in a single buffer #838

Closed cxxxr closed 1 month ago

hendursaga commented 1 year ago

This is similar to Emacs' polymode, yes?

Sasanidas commented 11 months ago

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

vindarel commented 2 months ago

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.

cxxxr commented 2 months ago

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