robmcmullen / peppy

NO LONGER MAINTAINED
http://peppy.flipturn.org/
GNU General Public License v2.0
14 stars 7 forks source link

Determine correct major mode when multiple filename extensions match #844

Closed robmcmullen closed 12 years ago

robmcmullen commented 12 years ago

[Trac time 20100530 182910Z] Matlab and Objective-C share the .m filename extension. It would be nice if peppy could scan the file and disambiguate the major mode automatically.

robmcmullen commented 12 years ago

[Trac time 20100601 043211Z] 73cc9d2481ea21c76792daf5a755d7c00add280c Fixed #844: added verifyLanguage to FundamentalMode and scanLanguage to MajorModeMatcherDriver