From c6b7506eedcf94e418f598bb10786b678d83ef8e Mon Sep 17 00:00:00 2001 From: Jose Alberto Guerra Ugalde Date: Wed, 4 Dec 2024 10:48:49 -0600 Subject: [PATCH] - Cambios en gitAttributes --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitattributes b/.gitattributes index dfe0770..a3f49d9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,16 @@ # Auto detect text files and perform LF normalization * text=auto + +# linguist-language +*.b4a linguist-language=B4X +*.b4i linguist-language=B4X +*.b4j linguist-language=B4X +*.b4r linguist-language=B4X +*.bas linguist-language=B4X + +# linguist-detectable +*.b4a linguist-detectable=true +*.b4i linguist-detectable=true +*.b4j linguist-detectable=true +*.b4r linguist-detectable=true +*.bas linguist-detectable=true \ No newline at end of file