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:
parent
31ec7ef2ec
commit
d3da0a809e
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue