aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormundusnine <mundusnine@gmail.com>2021-01-04 17:28:07 -0500
committerGitHub <noreply@github.com>2021-01-04 17:28:07 -0500
commitf42ed353defe52fb29401798d5136193fde5d573 (patch)
tree2d5a13840ed561e2650e475b75231b99e50d7802 /README.md
parentcdd30e4fb4100543ea95191a929ad91c59fb393c (diff)
downloadlite-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3701607..9018c68 100644
--- a/README.md
+++ b/README.md
@@ -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