mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	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
This commit is contained in:
		@@ -787,7 +787,7 @@ M:
 | 
				
			|||||||
  lexer: Common Lisp
 | 
					  lexer: Common Lisp
 | 
				
			||||||
  aliases:
 | 
					  aliases:
 | 
				
			||||||
  - mumps
 | 
					  - mumps
 | 
				
			||||||
  primary_extension: .m
 | 
					  primary_extension: .mumps
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Makefile:
 | 
					Makefile:
 | 
				
			||||||
  aliases:
 | 
					  aliases:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user