diff options
author | Anthony Axenov <anthonyaxenov@gmail.com> | 2022-06-15 10:15:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 10:15:50 +0800 |
commit | ef041d8e37d322e2d745a7fd47ab9daf67f5a0b7 (patch) | |
tree | 2d9a47caf52f104cb24f10e414081365d57095bb | |
parent | 991199ab0fc60cc26c942885a0d74603ca22ab0e (diff) | |
download | lite-xl-plugins-ef041d8e37d322e2d745a7fd47ab9daf67f5a0b7.tar.gz lite-xl-plugins-ef041d8e37d322e2d745a7fd47ab9daf67f5a0b7.zip |
Added language_env plugin
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ to something other than a raw file it should be marked with an asterisk.* | [`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_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 | | [`language_fstab`](plugins/language_fstab.lua?raw=1) | Syntax for the [fstab](https://en.wikipedia.org/wiki/Fstab) config files | |