add special case for htmldjango
This commit is contained in:
parent
8563eede63
commit
edceb9cf4e
|
@ -92,6 +92,7 @@ function setTabbing(lang, width)
|
||||||
end
|
end
|
||||||
|
|
||||||
setTabbing("python", 4)
|
setTabbing("python", 4)
|
||||||
|
setTabbing("htmldjango", 4)
|
||||||
setTabbing("javascript", 4)
|
setTabbing("javascript", 4)
|
||||||
setTabbing("css", 4)
|
setTabbing("css", 4)
|
||||||
setTabbing("html", 4)
|
setTabbing("html", 4)
|
||||||
|
|
Loading…
Reference in New Issue