castwide / solargraph

A Ruby language server.
https://solargraph.org
MIT License
1.89k stars 158 forks source link

Haml support #94

Open zinkkrysty opened 5 years ago

zinkkrysty commented 5 years ago

Are there any plans to add support for HAML language? The project I'm working in is a Rails project with a lot of code inside HAML files that does not get parsed by Solargraph.

It would be amazing if Solargraph could support parsing the ruby code inside HAML files, and allowing for linting, autocompletion and reference finding.

Thanks for great work so far with this gem!

castwide commented 5 years ago

Thanks!

Supporting HAML would definitely be a good thing. ERB support is already on the roadmap, so with any luck, HAML might be a natural progression. Unfortunately, I can't provide an ETA yet.

sobition commented 3 months ago

Any updates on this topic?