pniedzielski / doxymacs

Doxymacs is Doxygen + {X}Emacs.

Home Page:http://pniedzielski.github.io/doxymacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Markdown font-lock support

pniedzielski opened this issue · comments

Modern versions of doxygen support Markdown formatting in comment blocks. It would be nice to fontify the Markdown inside comments. This should be configurable with some setting, in case it is turned off. Like doxygen, though, we should have it on by default.

It might be worth looking at what web-mode does with this (does it use other major modes?) or utilizing mmm-mode for this?