From 785986d2acc45ddb5451dffc1840b13accdd871c Mon Sep 17 00:00:00 2001
From: Georg Pfuetzenreuter
Date: Sun, 5 Feb 2023 12:07:13 +0100
Subject: Enable syntax highlighting

Initially for .sls and .jinja/.j2 files - we can add others later on if
needed.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
---
 .gitattributes | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 .gitattributes

(limited to '.gitattributes')

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..f086e49
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+*.sls	gitlab-language=jinja?parent=yaml
+*.jinja	gitlab-language=jinja
+*.j2	gitlab-language=jinja
-- 
cgit v1.2.3