zignd / HTML-CSS-Class-Completion

:chocolate_bar: Visual Studio Code extension that provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace
https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion
MIT License
253 stars 83 forks source link

Add slim and HAML support #300

Open dkniffin opened 3 years ago

dkniffin commented 3 years ago

Fixes #141

I also extended erb support to include class: params, which is used in content_for and a lot of methods that call that method, as well as any helper method someone might write that takes in a class name as a parameter.

dkniffin commented 3 years ago

@zignd Just pinging you to let you know I opened this PR to add Slim and HAML support. Let me know if I need to make any changes. I hope you'll accept it!

dkniffin commented 3 years ago

@zignd Any chance of getting this merged?