diff options
author | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2021-12-03 16:31:15 +0000 |
---|---|---|
committer | Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> | 2021-12-03 16:31:15 +0000 |
commit | 6ae4a6b7932dd745639ff335e83dbc87c63031a1 (patch) | |
tree | ee8ab2e7e98878af15c54c5109d6922d293baf61 /.gitattributes | |
parent | 4672e30965249576abb0c863c05dce842a81c365 (diff) | |
download | perl-6ae4a6b7932dd745639ff335e83dbc87c63031a1.tar.gz |
Mark scripts, modules and tests as linguist-language=Perl
Otherwise GitHub thinks some of them are Raku or Prolog.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index a97050f49f..24faff4d70 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,6 @@ perly.act linguist-generated perly.h linguist-generated perly.tab linguist-generated pp_proto.h linguist-generated +*.pl linguist-language=Perl +*.pm linguist-language=Perl +*.t linguist-language=Perl |