From 2a8dd9368db8bb7f415e628f2e5e80ffc4bfb716 Mon Sep 17 00:00:00 2001
From: nikos <n.pappas@uu.nl>
Date: Thu, 7 Jan 2021 16:27:05 +0100
Subject: [PATCH] enable syntax highlighting online

---
 .gitattributes | 1 +
 .gitignore     | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 .gitattributes

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..978a525
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*Snakefile gitlab-language=python
diff --git a/.gitignore b/.gitignore
index 49b1cf8..84bc8c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,4 +15,5 @@ workflow/scripts/.snakemake*
 !workflow/rules
 !workflow/rules/*
 !.gitignore
+!.gitattributes
 !resources/singularity/*
-- 
GitLab