From 0dcc4a1dbc56b1f3aef9be749aff96a85ca92721 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 18 Mar 2025 14:30:52 +0000 Subject: [PATCH] Configured GitHub to highlight HTML files as Django templates. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 170bbc2b54..2c9770c278 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,5 @@ tests/staticfiles_tests/apps/test/static/test/*txt text eol=lf tests/staticfiles_tests/project/documents/test/*txt text eol=lf docs/releases/*.txt merge=union +# Make GitHub syntax-highlight .html files as Django templates +*.html linguist-language=django