aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2022-10-14 23:08:49 +0200
committerGuldoman <giulio.lettieri@gmail.com>2022-10-14 23:08:49 +0200
commitd4b4452e7cd8c75a98c655c8d6c7f18ae2c404fa (patch)
treef67daa859df3e426e7453949adf3aacccb3e77e2
parent887b40b9d43f89a57646fb3e400f6875c4345f89 (diff)
downloadlite-xl-plugins-d4b4452e7cd8c75a98c655c8d6c7f18ae2c404fa.tar.gz
lite-xl-plugins-d4b4452e7cd8c75a98c655c8d6c7f18ae2c404fa.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 d3b36be..128805e 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,7 @@ to something other than a raw file it should be marked with an asterisk.*
| [`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_env`](https://github.com/anthonyaxenov/lite-xl-env-syntax)\* | Syntax for the [env](https://hexdocs.pm/dotenvy/dotenv-file-format.html) (dotenv) files |
+| [`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_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 |
| [`language_fstab`](plugins/language_fstab.lua?raw=1) | Syntax for the [fstab](https://en.wikipedia.org/wiki/Fstab) config files |