diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2022-10-14 23:07:14 +0200 |
---|---|---|
committer | Guldoman <giulio.lettieri@gmail.com> | 2022-10-14 23:07:14 +0200 |
commit | 2a769df8f0a11d25fdaa30606036f3d2ae586ad8 (patch) | |
tree | 515de3708b21cdb3709b82cfebe41c3317ee7a71 | |
parent | 8cb47944fffceedadd5a51065851be719d4f015b (diff) | |
download | lite-xl-plugins-2a769df8f0a11d25fdaa30606036f3d2ae586ad8.tar.gz lite-xl-plugins-2a769df8f0a11d25fdaa30606036f3d2ae586ad8.zip |
Add `language_erb` to README
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | |