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-05 02:50:09 +03:00
committed by GitHub
parent 31ec7ef2ec
commit d3da0a809e
+1 -1
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": {