From 75a7ed0546325f9dd4e16cdc9854d9a8652d8712 Mon Sep 17 00:00:00 2001 From: epi052 <43392618+epi052@users.noreply.github.com> Date: Mon, 27 Apr 2020 08:28:47 -0700 Subject: [PATCH] marked html files in tests/data as python for linguist; closes #39 (#48) --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ffe294f..a28d821 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -docs/* linguist-documentation +*.html linguist-language=Python