aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortakase1121 <20792268+takase1121@users.noreply.github.com>2021-06-21 17:44:15 +0800
committertakase1121 <20792268+takase1121@users.noreply.github.com>2021-06-21 17:44:15 +0800
commit4421ee3d6a2ad35e510e2d2857c527cb08235fda (patch)
tree636011a4c7223378e3adeca154ed1b1b1a03fdf8 /README.md
parentdb213743f769df28e370cbd49a73e147756612c8 (diff)
downloadlite-xl-plugins-4421ee3d6a2ad35e510e2d2857c527cb08235fda.tar.gz
lite-xl-plugins-4421ee3d6a2ad35e510e2d2857c527cb08235fda.zip
add language_ts
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 a31c13a..d6a71c0 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,7 @@ Plugin | Description
[`language sass`](plugins/language_sass.lua?raw=1) | Syntax for the [Sass](https://sass-lang.com/) CSS preprocessor
[`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_ts`](plugins/language_ts.lua?raw=1) | Syntax for the [TypeScript](https://www.typescriptlang.org/) programming language, a typed dialect of JavaScript.
[`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