hossaini310 / bootstrap-intellisense

MIT License
7 stars 3 forks source link

Add support for django-html #3

Closed bigscorpions closed 1 year ago

bigscorpions commented 1 year ago

Would you mind to add django-html support just like erb files?

I have tried to add django-html to extension.js and it works.

In order to support django template file lint and format, the .html files in django templates folder will be associated with django-html:

"files.associations": {
    "**/*.html": "html",
    "**/templates/**/*.html": "django-html"
  },

So bootstrap-intellisense will not work for .html files in django templates folder.

Thanks for the work!

hossaini310 commented 1 year ago

I have now added django-html to languageSupport.

bigscorpions commented 1 year ago

Thanks for the work! It's really helpful! @hossaini310

hossaini310 commented 1 year ago

OK good. I would be happy for feedback on the vscode marketplace. @bigscorpions