Skip to content

Commit c8379be

Browse files
authored
Merge pull request #5358 from ajaxorg/django-ext
fix file extension for django mode
2 parents 1d06017 + a6d460d commit c8379be

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/ext/modelist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ var supportedModes = {
7878
D: ["d|di"],
7979
Dart: ["dart"],
8080
Diff: ["diff|patch"],
81-
Django: ["html"],
81+
Django: ["djt|html.djt|dj.html|djhtml"],
8282
Dockerfile: ["^Dockerfile"],
8383
Dot: ["dot"],
8484
Drools: ["drl"],

0 commit comments

Comments
 (0)