mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Only classify .pkl files as Pickle data dumps
				
					
				
			It seems to be the dominant extension at the moment, even though several Python resources use `.p` or `.pickle`. This was discussed in #2655.
This commit is contained in:
		| @@ -2575,8 +2575,6 @@ Perl6: | |||||||
| Pickle: | Pickle: | ||||||
|   type: data |   type: data | ||||||
|   extensions: |   extensions: | ||||||
|   - .p |  | ||||||
|   - .pickle |  | ||||||
|   - .pkl |   - .pkl | ||||||
|   tm_scope: none |   tm_scope: none | ||||||
|   ace_mode: text |   ace_mode: text | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user