laytan / tailwind-sorter.nvim

Easily sort Tailwind classes in Neovim.
MIT License
134 stars 11 forks source link

add vuejs support #72

Closed bagwaa closed 1 year ago

bagwaa commented 1 year ago

add support for vuejs (.vue) single file components

laytan commented 1 year ago

I have to look at these test failures, they aren't caused by this

laytan commented 1 year ago

I think you forgot to take the php one out? As you said in your issue that it didn't work?

laytan commented 1 year ago

No clue what's up with the tests, the cases all work locally, so I am just going to merge this.

PHP is already working without queries because the php treesitter grammar uses injections to say it is HTML, which makes any HTML queries also work there.