mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-28 17:20: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:
|
||||
type: data
|
||||
extensions:
|
||||
- .p
|
||||
- .pickle
|
||||
- .pkl
|
||||
tm_scope: none
|
||||
ace_mode: text
|
||||
|
||||
Reference in New Issue
Block a user