From 5e323f1791b84e0e79ed5cd89f2311b30beff254 Mon Sep 17 00:00:00 2001 From: Pedro Fonseca Date: Tue, 5 Nov 2024 18:10:38 +0100 Subject: [PATCH] enable syntax highlight for *.pyj on github --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index d736513ae8..9672527e22 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ # Tell git what files are txt *.py text diff=python -*.pyj text diff=python +*.pyj text diff=python linguist-language=python *.recipe text diff=python linguist-language=python *.coffee text *.js text