diff options
author | mundusnine <mundusnine@gmail.com> | 2021-01-04 17:28:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 17:28:07 -0500 |
commit | f42ed353defe52fb29401798d5136193fde5d573 (patch) | |
tree | 2d5a13840ed561e2650e475b75231b99e50d7802 /README.md | |
parent | cdd30e4fb4100543ea95191a929ad91c59fb393c (diff) | |
download | lite-xl-plugins-f42ed353defe52fb29401798d5136193fde5d573.tar.gz lite-xl-plugins-f42ed353defe52fb29401798d5136193fde5d573.zip |
Update README.md
Add teal to the table
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ Plugin | Description [`language_psql`](plugins/language_psql.lua?raw=1) | Syntax for the postgresql database access language [`language_rust`](plugins/language_rust.lua?raw=1) | Syntax for the [Rust](https://rust-lang.org/) programming language [`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_wren`](plugins/language_wren.lua?raw=1) | Syntax for the [Wren](http://wren.io/) programming language [`lastproject`](plugins/lastproject.lua?raw=1) | Loads the last loaded project if lite is launched without any arguments |