Skip to content

Commit

Permalink
Merge pull request #2318 from shiroyuki/patch-1
Browse files Browse the repository at this point in the history
Add the missing mode "Django" to ext-modelist
  • Loading branch information
nightwing committed Jan 23, 2015
2 parents fe57baa + 8a8bc20 commit 63178a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/ace/ext/modelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@ var supportedModes = {
VHDL: ["vhd|vhdl"],
XML: ["xml|rdf|rss|wsdl|xslt|atom|mathml|mml|xul|xbl"],
XQuery: ["xq"],
YAML: ["yaml|yml"]
YAML: ["yaml|yml"],
// Add the missing mode "Django" to ext-modelist
Django: ["html"]
};

var nameOverrides = {
Expand Down

0 comments on commit 63178a0

Please sign in to comment.