org-babel allows editing source code of arbitrary modes inside an .org
file.
I'd like to do this (with different syntactic markers) inside my major mode, but org-babel
is very specific to org
.
Is there a library that allows one to embed major modes (at least the font-locks) inside a code block in another major mode? Otherwise I guess I need to copy/pasta the relevant parts of org-babel
.