You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Update language names to better represent embedded templates (#160)
This pull request updates the language names for `.html.erb` and
`.yml.erb` files.
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.
0 commit comments