Skip to content

Commit 7a0356c

Browse files
authored
Merge pull request #53 from StrawberryPerl/gitattributes
set syntax highlighting for files when viewed on github.com
2 parents 9964565 + ec25efe commit 7a0356c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.pm linguist-language=Perl
2+
*.pp linguist-language=Perl
3+
*.t linguist-language=Perl
4+
*.pl linguist-language=Perl
5+
*.h linguist-language=C

0 commit comments

Comments
 (0)