Merge pull request #2318 from shiroyuki/patch-1

Add the missing mode "Django" to ext-modelist
This commit is contained in:
Harutyun Amirjanyan 2015-01-23 16:38:49 +04:00
commit 63178a0511

View file

@ -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 = {