add special case for htmldjango

This commit is contained in:
stupidcomputer 2024-05-25 10:33:13 -05:00
parent 8563eede63
commit edceb9cf4e
1 changed files with 1 additions and 0 deletions

View File

@ -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)