aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2022-10-14 23:07:14 +0200
committerGuldoman <giulio.lettieri@gmail.com>2022-10-14 23:07:14 +0200
commit2a769df8f0a11d25fdaa30606036f3d2ae586ad8 (patch)
tree515de3708b21cdb3709b82cfebe41c3317ee7a71
parent8cb47944fffceedadd5a51065851be719d4f015b (diff)
downloadlite-xl-plugins-2a769df8f0a11d25fdaa30606036f3d2ae586ad8.tar.gz
lite-xl-plugins-2a769df8f0a11d25fdaa30606036f3d2ae586ad8.zip
Add `language_erb` to README
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a40f93c..e8b9dec 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,7 @@ _Note: if you make a pull request, the table should be updated and kept in alpha
| [`language_diff`](plugins/language_diff.lua?raw=1) | Syntax for diff and patch files |
| [`language_elixir`](plugins/language_elixir.lua?raw=1) | Syntax for the [Elixir](https://elixir-lang.org) programming language |
| [`language_elm`](plugins/language_elm.lua?raw=1) | Syntax for the [Elm](https://elm-lang.org) programming language |
+| [`language_erb`](plugins/language_erb.lua?raw=1) | Syntax for the [ERB](https://github.com/ruby/erb) programming language. Also known as eRuby or Embedded Ruby. |
| [`language_env`](https://github.com/anthonyaxenov/lite-xl-env-syntax)\* | Syntax for the [env](https://hexdocs.pm/dotenvy/dotenv-file-format.html) (dotenv) files |
| [`language_fe`](plugins/language_fe.lua?raw=1) | Syntax for the [fe](https://github.com/rxi/fe) programming language |
| [`language_fennel`](plugins/language_fennel.lua?raw=1) | Syntax for the [fennel](https://fennel-lang.org) programming language |