sublimelsp / LSP-tailwindcss

Tailwind css support for Sublime's LSP plugin
MIT License
54 stars 5 forks source link

Add support for Django template syntax #50

Closed jnns closed 1 year ago

jnns commented 1 year ago

I wondered why LSP wasn't working for my Django HTML templates. After I followed the steps outlined in https://github.com/sublimelsp/LSP-tailwindcss/issues/47 it worked. So here's a pull request so other people don't have to customize their configs to make it work.

This goes together with https://github.com/sublimelsp/LSP/pull/2121

predragnikolic commented 1 year ago

Thanks