ruby: Rename HTML/ERB to HTML+ERB (#40000)

Hi! In https://github.com/zed-extensions/ruby/issues/162 we renamed
embedded template languages:

- `HTML/ERB` to `HTML+ERB`
- `YAML/ERB` to `YAML+ERB`
- `JS/ERB` to `JS+ERB`

This pull request updates the Ruby extension documentation to reflect
that change. Thanks!

Release Notes:

- N/A
This commit is contained in:
Vitaly Slobodin
2025-10-11 11:17:20 +02:00
committed by GitHub
parent 7d260bf4ef
commit 74d92fd733
+3 -3
View File
@@ -242,7 +242,7 @@ To enable Steep, add `\"steep\"` to the `language_servers` list for Ruby in your
## Setting up Herb
`Herb` is enabled by default for the `HTML/ERB` language.
`Herb` is enabled by default for the `HTML+ERB` language.
## Using the Tailwind CSS Language Server with Ruby
@@ -261,7 +261,7 @@ In order to do that, you need to configure the language server so that it knows
"tailwindcss-language-server": {
"settings": {
"includeLanguages": {
"html/erb": "html",
"html+erb": "html",
"ruby": "html"
},
"experimental": {
@@ -396,7 +396,7 @@ To format ERB templates, you can use the `erb-formatter` formatter. This formatt
```jsonc
{
"HTML/ERB": {
"HTML+ERB": {
"formatter": {
"external": {
"command": "erb-formatter",