summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorJohannes Maron <johannes@maron.family>2026-05-08 16:55:59 +0200
committerGitHub <noreply@github.com>2026-05-08 09:55:59 -0500
commitb825ca1b599d52954d35c67e6a8268ea8ea66f84 (patch)
tree94bd72c5705a6f7b5dda5630f5d8a1b9fb8f6672 /.gitattributes
parentc8d1c36daeba4662ba3645442aad3911985ae31e (diff)
Add Django template linguist instruction (#2542)
Same as on the django repo, this patch highlight template tags and filters.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index d2a21d01..e3050e39 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,3 @@
# shell scripts need LF endings to work
*.sh text eol=lf
+*.html linguist-language=django