Skip to content

Commit 78eaeb3

Browse files
committed
fix: Update language names to better represent embedded templates
The previous names `HTML/ERB` and `YAML/ERB` used a forward slash which semantically suggests "either/or" rather than the actual relationship where ERB is embedded within HTML or YAML. Using `HTML+ERB` and `YAML+ERB` with a plus sign better conveys that these are composite languages
1 parent 37c0830 commit 78eaeb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

languages/html-erb/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "HTML/ERB"
1+
name = "HTML+ERB"
22
grammar = "embedded_template"
33
path_suffixes = ["html.erb"]
44
autoclose_before = ">})"

languages/yaml-erb/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
name = "YAML/ERB"
1+
name = "YAML+ERB"
22
grammar = "embedded_template"
33
path_suffixes = ["yml.erb", "yaml.erb"]

0 commit comments

Comments
 (0)