summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2021-12-03 16:31:15 +0000
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2021-12-03 16:31:15 +0000
commit6ae4a6b7932dd745639ff335e83dbc87c63031a1 (patch)
treeee8ab2e7e98878af15c54c5109d6922d293baf61 /.gitattributes
parent4672e30965249576abb0c863c05dce842a81c365 (diff)
downloadperl-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--.gitattributes3
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