i have a Django project as
django-project
├─ django-project
├─ app
│ └─ templates
│ └─ app
│ └─ index.html
└─ templates
└─ base.html
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?