Remove unnecessary languages mapping in Tailwind for Ruby example (#40299)

The built-in Tailwind language already maps `HTML+ERB` to `erb`, and it
seems that `Ruby` files work as well just from enabling the language
server, so we can remove the unnecessary mapping.

Release Notes:
- N/A
This commit is contained in:
Janko Marohnić
2025-10-17 01:00:24 +02:00
committed by GitHub
parent cd51efad9e
commit 620df0c722
-4
View File
@@ -260,10 +260,6 @@ In order to do that, you need to configure the language server so that it knows
"lsp": {
"tailwindcss-language-server": {
"settings": {
"includeLanguages": {
"html+erb": "html",
"ruby": "html"
},
"experimental": {
"classRegex": ["\\bclass:\\s*['\"]([^'\"]*)['\"]"]
}