diff options
| author | Johannes Maron <johannes@maron.family> | 2026-05-08 16:55:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-08 09:55:59 -0500 |
| commit | b825ca1b599d52954d35c67e6a8268ea8ea66f84 (patch) | |
| tree | 94bd72c5705a6f7b5dda5630f5d8a1b9fb8f6672 /.gitattributes | |
| parent | c8d1c36daeba4662ba3645442aad3911985ae31e (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-- | .gitattributes | 1 |
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
|
