Page MenuHomePhabricator

Makefile syntax highlighting doesn't work
Closed, DuplicatePublic

Description

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" }

Event Timeline

shahurik raised the priority of this task from to Needs Triage.
shahurik updated the task description. (Show Details)
shahurik added a subscriber: shahurik.

I'm going to merge this into T3626, as that describes the issue in more detail.