From cabd4fb4c50984f01b4f2473db86df38e1cd8cbc Mon Sep 17 00:00:00 2001 From: Charlie Somerville Date: Wed, 16 Oct 2013 11:44:00 -0400 Subject: [PATCH] change MUMPS' primary extension from .m to .mumps .m currently clashes with Objective-C, and MUMPS is chosen before Objective-C when creating .m files in Gist. Even if .mumps isn't a legitimate MUMPS extension, I think we should change it anyway since Objective-C is far more likely to be intended when a user uses .m --- lib/linguist/languages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index e5b1a6bf..4aeda855 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -787,7 +787,7 @@ M: lexer: Common Lisp aliases: - mumps - primary_extension: .m + primary_extension: .mumps Makefile: aliases: