Update documentation for tailwindcss language server now that HTML/ERB is it's own file. (#33684)

Hello,

Recently my tailwind auto completion broke in ERB files. I noticed that
HTML/ERB is it's own file type now. It used to be ERB. This broke the
previous tailwindcss ERB configuration. I made the attached change to my
configuration and it works now.
This commit is contained in:
Jacob Duba 2025-07-04 18:50:09 -05:00 committed by GitHub
parent 31ec7ef2ec
commit d3da0a809e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -256,7 +256,7 @@ In order to do that, you need to configure the language server so that it knows
"tailwindcss-language-server": {
"settings": {
"includeLanguages": {
"erb": "html",
"html/erb": "html",
"ruby": "html"
},
"experimental": {