diff options
author | Github Actions <> | 2024-02-12 22:00:44 +0000 |
---|---|---|
committer | Github Actions <> | 2024-02-12 22:00:44 +0000 |
commit | 180ce50689d3f2cb2df15da3f35827f87fb824d3 (patch) | |
tree | a8230f01cfc4df8eb950bded5cb7b70cdb03c06e /README.md | |
parent | 9af1b96f0f1cc574c001f4951704a1733ee32e6c (diff) | |
download | lite-xl-plugins-180ce50689d3f2cb2df15da3f35827f87fb824d3.tar.gz lite-xl-plugins-180ce50689d3f2cb2df15da3f35827f87fb824d3.zip |
[CI] Updated README.md.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -195,6 +195,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`language_dart`](plugins/language_dart.lua?raw=1) | Syntax for the [Dart](https://dart.dev/) programming languiage | | [`language_diff`](plugins/language_diff.lua?raw=1) | Syntax for diff and patch files | | [`language_edp`](plugins/language_edp.lua?raw=1) | Syntax for [FreeFEM++](http://freefem.org) programming language | +| [`language_ejs`](plugins/language_ejs.lua?raw=1) | Syntax for the [EJS](https://ejs.co/) javascript template engine | | [`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 | @@ -267,7 +268,6 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`language_wren`](plugins/language_wren.lua?raw=1) | Syntax for the [Wren](http://wren.io/) programming language | | [`language_yaml`](plugins/language_yaml.lua?raw=1) | Syntax for [YAML](https://yaml.org/) serialization language | | [`language_zig`](plugins/language_zig.lua?raw=1) | Syntax for the [Zig](https://ziglang.org/) programming language | -| [`language_ejs`](plugins/language_ejs.lua?raw=1) | Syntax for the [EJS](https://ejs.co/) javascript template engine | ## Libraries |