From cb30761cb945eb150744e6d3667a708b26615807 Mon Sep 17 00:00:00 2001 From: heyarne Date: Wed, 2 Mar 2022 07:29:37 +0100 Subject: [PATCH] Detect *.jpm files as Janet --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 90b4c13..52e40bb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -*.janet linguist-language=janet +*.janet linguist-language=Janet +*.jpm linguist-lanuage=Janet