From cf500c7cb9e4c9bc26f23142c4571707e09fe260 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Tue, 2 Nov 2021 22:05:53 +0100 Subject: [PATCH] Berry syntax highlighting --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 745bc27a1..e3327eb02 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,3 +15,6 @@ *.PDF diff=astextplain *.rtf diff=astextplain *.RTF diff=astextplain + +# Apply Python syntax highlighting to berry (.be) files +* .be linguist-language=Python