mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Ask Charlock earlier
This commit is contained in:
		| @@ -104,7 +104,7 @@ module Linguist | |||||||
|       # |       # | ||||||
|       # We'll perform a more comprehensive test later which actually involves |       # We'll perform a more comprehensive test later which actually involves | ||||||
|       # looking for binary characters in the blob |       # looking for binary characters in the blob | ||||||
|       return nil if blob.likely_binary? |       return nil if blob.likely_binary? || blob.binary? | ||||||
|  |  | ||||||
|       # A bit of an elegant hack. If the file is executable but extensionless, |       # A bit of an elegant hack. If the file is executable but extensionless, | ||||||
|       # append a "magic" extension so it can be classified with other |       # append a "magic" extension so it can be classified with other | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user