Merge pull request #2318 from shiroyuki/patch-1
Add the missing mode "Django" to ext-modelist
This commit is contained in:
commit
63178a0511
1 changed files with 3 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue