ecmel/vscode-html-css

.erb files not working

Closed this issue · 1 comments

Bilde_2023-11-27_155504756
Cannot get this to work on html.erb files. I expected this to work out of the box, but also tried to add
"emmet.includeLanguages": {
"html.erb": "html",
"erb": "html"
}

no difference. When using .html it works. Does not work with .html.erb or just .erb. Is this just me?

Or is my expected result (see picture) coming from the vs code built in features and not from this extention?

ecmel commented

Please check the readme for adding language support.