when i open django-project/templates/base.html, everything work fine as expected but whenever i open django-project/app/templates/app/index.html , filetype get detected as htmldjango. And TREESITTER, LSP, SNIPPETS… won’t start.
may be TREESITTER, LSP(html), luasnip have no idea of htmldjango filetype?
currently i am using nvchad, and i can understand your problem i have set filetypes to htmldjango in the plugins file, so the html lsp is starting but the it’s only providing the code snippets of django and not html which is very annoying while writing html.