diff options
author | Francesco <francesco.bbt@gmail.com> | 2021-05-08 20:55:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-08 20:55:45 +0200 |
commit | 65edc199b5d07bd40cd411a3796cb2aa9bf33cfc (patch) | |
tree | e514354e17a4a8026cb3b40ec2bb59fee7ae1b04 | |
parent | 0f2d2c3b8e8652b2fab9d27812c6562cca723d67 (diff) | |
download | lite-xl-plugins-65edc199b5d07bd40cd411a3796cb2aa9bf33cfc.tar.gz lite-xl-plugins-65edc199b5d07bd40cd411a3796cb2aa9bf33cfc.zip |
Update README
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -78,6 +78,7 @@ Plugin | Description [`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_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 ~~[`lastproject`](plugins/lastproject.lua?raw=1)~~ | Integrated with lite-xl ~~Loads the last loaded project if lite is launched without any arguments~~ [`lfautoinsert`](plugins/lfautoinsert.lua?raw=1) | Automatically inserts indentation and closing bracket/text after newline [`linecopypaste`](plugins/linecopypaste.lua?raw=1) | Copy, cut and paste the current line when nothing is selected |