From cf500c7cb9e4c9bc26f23142c4571707e09fe260 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Tue, 2 Nov 2021 22:05:53 +0100 Subject: [PATCH 1/2] 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 From e4a5615efa93a625e46fbc1329f844de1610d931 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Tue, 2 Nov 2021 22:08:13 +0100 Subject: [PATCH 2/2] Fix space --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index e3327eb02..d8f6caa99 100644 --- a/.gitattributes +++ b/.gitattributes @@ -17,4 +17,4 @@ *.RTF diff=astextplain # Apply Python syntax highlighting to berry (.be) files -* .be linguist-language=Python +*.be linguist-language=Python