From 84c0e4bbce6e9dcbfd326e7bb995a7e3da4fa311 Mon Sep 17 00:00:00 2001 From: Pomax Date: Sat, 7 Aug 2021 09:21:09 -0700 Subject: [PATCH] Update .gitattributes --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index bb4a53bc..fcf55fd6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -10,4 +10,5 @@ docs/*.php linguist-vendored *.pl linguist-vendored # And let's make sure that markdown is called that. -*.md linguist-language=Markdown +*.md linguist-detectable +*.md linguist-language=markdown