merrickluo / lsp-tailwindcss

the lsp-mode client for tailwindcss
GNU General Public License v3.0
180 stars 21 forks source link

Extra command line arguments for `rustywind`. #59

Closed ebobby closed 3 months ago

ebobby commented 1 year ago

For certain setups being able to configure how rustywind is being run.

In my case, I am working on a Ruby On Rails project. The template building functions take html classes as class: "classes" which rustywind ignores with its default regex.

With this PR I can make my setup work like this:

image