From 8341992a38846273306f9c81f516e05fa271e6ad Mon Sep 17 00:00:00 2001 From: Eyal Dechter Date: Tue, 14 Jan 2014 10:07:27 -0500 Subject: [PATCH] Add .pl as extension for prolog. This is the standard prolog file extension. No one actually uses .prolog. --- lib/linguist/languages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 15a135e1..1eed92f4 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1307,6 +1307,9 @@ Prolog: type: programming color: "#74283c" primary_extension: .prolog + extensions: + - .pl + Protocol Buffer: type: markup