sublimelsp / LSP-tailwindcss

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

Enable LSP for Ruby/Rails templates #36

Closed gobijan closed 2 years ago

predragnikolic commented 2 years ago

I discovered where you found scopes for text.html.rails -> HTML (Rails) syntax and text.haml from -> Haml.

But what sublime syntax have you assigned to extract text.html.erb or text.html.ruby?

gobijan commented 2 years ago

But what sublime syntax have you assigned to extract text.html.erb or text.html.ruby?

Hmm you're probably right about the last two. text.html.rails and text.haml should be sufficient. I'll fix it.