Add the missing mode "Django" to ext-modelist

This is to add Django as an alternative mode for HTML files. The placement of the entry is to ensure that Django syntax highlighter does not override HTML syntax highlighter.
This commit is contained in:
Juti Noppornpitak 2015-01-19 16:30:38 -05:00
commit 8a8bc206db

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