antfu / vscode-iconify

🙂 Iconify IntelliSense for VS Code
https://marketplace.visualstudio.com/items?itemName=antfu.iconify
MIT License
453 stars 33 forks source link

feat: Support Django HTML #67

Closed spenserblack closed 6 months ago

spenserblack commented 6 months ago

Description

django-html is a filetype added by the batisteo.vscode-django extension (fairly popular at 9.7 million downloads). When opening a file with a templates/*.html path, I noticed that the expected behavior didn't seem to occur.

Linked Issues

N/A

Additional context

Apologies if this PR is insufficient. I created it with very little knowledge of authoring VS Code extensions.