From d3da0a809ec317981645603ea85d86ed3030b287 Mon Sep 17 00:00:00 2001 From: Jacob Duba Date: Fri, 4 Jul 2025 18:50:09 -0500 Subject: [PATCH] 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. --- docs/src/languages/ruby.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/languages/ruby.md b/docs/src/languages/ruby.md index 67904e35f1..f8df187e8a 100644 --- a/docs/src/languages/ruby.md +++ b/docs/src/languages/ruby.md @@ -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": {