diff options
author | takase1121 <20792268+takase1121@users.noreply.github.com> | 2021-06-21 17:44:15 +0800 |
---|---|---|
committer | takase1121 <20792268+takase1121@users.noreply.github.com> | 2021-06-21 17:44:15 +0800 |
commit | 4421ee3d6a2ad35e510e2d2857c527cb08235fda (patch) | |
tree | 636011a4c7223378e3adeca154ed1b1b1a03fdf8 /README.md | |
parent | db213743f769df28e370cbd49a73e147756612c8 (diff) | |
download | lite-xl-plugins-4421ee3d6a2ad35e510e2d2857c527cb08235fda.tar.gz lite-xl-plugins-4421ee3d6a2ad35e510e2d2857c527cb08235fda.zip |
add language_ts
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |