I'm trying to enable syntax highlighting for gnu makefiles and encounter with following problem:
highlighting works when I directly specify lang=makefile in textarea, but while viewing makefile.mk in Diffusion it doesn't.
Current configuration:
pygments.dropdown-choices
{ "makefile" : "Makefile" }
syntax.filemap
{ "@\\.mk$@" : "makefile" }