From 9367d03a81912ef3a12f6bd9baa05738531f616d Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@lyda.ie> Date: Mon, 17 Jun 2024 13:47:16 +0100 Subject: [PATCH] Fix gitlab file type detection --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5f0cd02 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# See: https://docs.gitlab.com/ee/user/project/highlighting.html +*.pl gitlab-language=prolog -- GitLab