diff --git a/.gitattributes b/.gitattributes index 10cc239..5aeadc0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -57,17 +57,16 @@ *.yaml linguist-documentation=false *.yaml linguist-language=YAML # Markdown -# Do not include, as it would become the 100% dominant language and would hide all the other languages as "other" -*.md linguist-detectable=false +*.md linguist-detectable=true *.md linguist-documentation=false *.md linguist-language=Markdown -*.mkd linguist-detectable=false +*.mkd linguist-detectable=true *.mkd linguist-documentation=false *.mkd linguist-language=Markdown -*.mdown linguist-detectable=false +*.mdown linguist-detectable=true *.mdown linguist-documentation=false *.mdown linguist-language=Markdown -*.markdown linguist-detectable=false +*.markdown linguist-detectable=true *.markdown linguist-documentation=false *.markdown linguist-language=Markdown # Makefile (GNU Make) @@ -161,10 +160,13 @@ *.gif linguist-detectable=false *.gif linguist-documentation=false *.gif linguist-language=GIF + # End of linguist script # File info -# File type: gitattributes file (.gitattributes) -# File version: 4 (2022, Tuesday, June 28th at 2:32 pm PST) -# Line count (including blank lines and compiler line): 171 + +# File type: gitattributes file (*.gitattributes) +# File version: 5 (2024, Thursday, August 15th at 10:34 pm PST) +# Line count (including blank lines and compiler line): 173 + # End of script