aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Axenov <anthonyaxenov@gmail.com>2022-06-15 10:15:50 +0800
committerGuldoman <giulio.lettieri@gmail.com>2022-06-17 18:53:58 +0200
commit72a53f3f1f4084fe92e1bd6d67170030be4f24cc (patch)
tree0f514f1cc1f4aa3ebb325eb8261703e7c7f7a7f6
parent49fc493834c9b450ed102e261e65577a88291008 (diff)
downloadlite-xl-plugins-72a53f3f1f4084fe92e1bd6d67170030be4f24cc.tar.gz
lite-xl-plugins-72a53f3f1f4084fe92e1bd6d67170030be4f24cc.zip
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 5fc4269..9f986d0 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 |