mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Modeline should come first (as it's an override)
This commit is contained in:
		@@ -95,8 +95,8 @@ module Linguist
 | 
				
			|||||||
    end
 | 
					    end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    STRATEGIES = [
 | 
					    STRATEGIES = [
 | 
				
			||||||
      Linguist::Strategy::Filename,
 | 
					 | 
				
			||||||
      Linguist::Strategy::Modeline,
 | 
					      Linguist::Strategy::Modeline,
 | 
				
			||||||
 | 
					      Linguist::Strategy::Filename,
 | 
				
			||||||
      Linguist::Shebang,
 | 
					      Linguist::Shebang,
 | 
				
			||||||
      Linguist::Heuristics,
 | 
					      Linguist::Heuristics,
 | 
				
			||||||
      Linguist::Classifier
 | 
					      Linguist::Classifier
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user