Browse Source

Configured GitHub to highlight HTML files as Django templates.

Adam Johnson 6 days ago
parent
commit
0dcc4a1dbc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitattributes

+ 2 - 0
.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