diff options
author | Francesco <francesco.bbt@gmail.com> | 2021-06-01 21:59:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 21:59:56 +0200 |
commit | ab2f674595c0f11ecfa189e0e0dace77d7de9aa3 (patch) | |
tree | 542587f2ab4625ea018900dd04f75dbde3bcf5a7 /README.md | |
parent | db424f228357ad2bbe812aae330ff958cf96507c (diff) | |
parent | 5032ee40417dbe37f0af1e1037e5b546814bb079 (diff) | |
download | lite-xl-plugins-ab2f674595c0f11ecfa189e0e0dace77d7de9aa3.tar.gz lite-xl-plugins-ab2f674595c0f11ecfa189e0e0dace77d7de9aa3.zip |
Merge pull request #22 from ChildishGiant/vlang
Add language_v
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,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_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 ~~[`lastproject`](plugins/lastproject.lua?raw=1)~~ | Integrated with lite-xl ~~Loads the last loaded project if lite is launched without any arguments~~ |