Dave Abrahams <d...@boostpro.com> writes: > on Sun Oct 09 2011, Bernt Hansen <bernt-AT-norang.ca> wrote: > >> (add-to-list 'org-src-lang-modes (quote ("plantuml" . fundamental))) >> This enables fundamental-mode when I C-c ' on a plantuml block >> #+begin_src plantuml :file foo.png >> >> #+end_src >> Does that help? > > I'm not sure... *looks up org-src-lang-modes* Oh, no I think you > misunderstood me. I am not trying to add an additional language > recognizer to org-babel. > > Markdown is a plaintext document format roughly similar to Org. What I > want is to modify markdown-mode so that /its/ code blocks, which are > currently recognized by markdown-mode but rendered in one solid face and > without any language-specific editing smarts, behave like org's.
Ah, sorry I don't know how this is implemented in org (for the fontification of source) so I can't help with making markdown-mode work the way you want. Regards, Bernt