diff options
author | Takase <20792268+takase1121@users.noreply.github.com> | 2021-07-06 22:19:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-06 22:19:38 +0800 |
commit | 0d706ddd861b471bb4f148d119bc990adadabb05 (patch) | |
tree | 397de9a6cc30f65cf54399b245561cdf58a926da /README.md | |
parent | 83fcee49038842f3d7f60ebce5058d6e3fccbc92 (diff) | |
parent | 4421ee3d6a2ad35e510e2d2857c527cb08235fda (diff) | |
download | lite-xl-plugins-0d706ddd861b471bb4f148d119bc990adadabb05.tar.gz lite-xl-plugins-0d706ddd861b471bb4f148d119bc990adadabb05.zip |
Merge pull request #41 from lite-xl/language-ts
add language_ts
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ Plugin | Description [`language_sh`](plugins/language_sh.lua?raw=1) | Syntax for shell scripting language [`language_tcl`](plugins/language_tcl.lua?raw=1) | Syntax for the [Tcl](https://www.tcl.tk/) programming 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_tsx`](plugins/language_tsx.lua?raw=1) | Syntax for [TSX](https://www.typescriptlang.org/docs/handbook/jsx.html) language [`language_v`](plugins/language_v.lua?raw=1) | Syntax for the [V](https://vlang.io/) programming language |