aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2022-06-17 18:53:03 +0200
committerGitHub <noreply@github.com>2022-06-17 18:53:03 +0200
commitdb8d91a35e0c02c412d3357bb53e279f4f722659 (patch)
tree2d9a47caf52f104cb24f10e414081365d57095bb
parent991199ab0fc60cc26c942885a0d74603ca22ab0e (diff)
parentef041d8e37d322e2d745a7fd47ab9daf67f5a0b7 (diff)
downloadlite-xl-plugins-db8d91a35e0c02c412d3357bb53e279f4f722659.tar.gz
lite-xl-plugins-db8d91a35e0c02c412d3357bb53e279f4f722659.zip
Merge pull request #105 from anthonyaxenov/patch-1
Added language_env plugin
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 38b8985..533e009 100644
--- a/README.md
+++ b/README.md
@@ -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 |