diff options
author | lqdev <liquidekgaming@gmail.com> | 2021-07-20 20:26:52 +0200 |
---|---|---|
committer | lqdev <liquidekgaming@gmail.com> | 2021-07-20 20:26:52 +0200 |
commit | 139d90dbc1640d26981e17983f439e9f11a06617 (patch) | |
tree | bd36e5cd34b67cf4e2e787cfd1316408d0d3109f /README.md | |
parent | db213743f769df28e370cbd49a73e147756612c8 (diff) | |
download | lite-xl-plugins-139d90dbc1640d26981e17983f439e9f11a06617.tar.gz lite-xl-plugins-139d90dbc1640d26981e17983f439e9f11a06617.zip |
language_toml added
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ Plugin | Description [`language_sh`](plugins/language_sh.lua?raw=1) | Syntax for shell scripting language [`language_teal`](plugins/language_teal.lua?raw=1) | Syntax for the [Teal](https://github.com/teal-language/tl) programming language, a typed dialect of Lua. [`language_tex`](plugins/language_tex.lua?raw=1) | Syntax for the [LaTeX](https://www.latex-project.org/) typesetting language +[`language_toml`](plugins/language_toml.lua?raw=1) | Syntax for the [TOML](https://toml.io/en/) configuration language [`language_v`](plugins/language_v.lua?raw=1) | Syntax for the [V](https://vlang.io/) programming language [`language_wren`](plugins/language_wren.lua?raw=1) | Syntax for the [Wren](http://wren.io/) programming language [`language_zig`](plugins/language_zig.lua?raw=1) | Syntax for the [Zig](https://ziglang.org/) programming language |