forked from github/kensanata.oddmuse
GitHub uses Linguist to identify source code and .pl files are sometimes classified as Prolog files. There are various ways to override this. Using .gitattributes seems to be the easiest. https://github.com/github/linguist#overrides Similar issue: https://github.com/github/linguist/issues/3230
2 lines
28 B
Plaintext
2 lines
28 B
Plaintext
*.pl linguist-language=Perl
|