diff options
author | Github Actions <> | 2024-02-10 22:24:44 +0000 |
---|---|---|
committer | Github Actions <> | 2024-02-10 22:24:44 +0000 |
commit | d96e87eb49da58bcc75d7411a8e43072c5419e65 (patch) | |
tree | 2244f3e6e11a7996c8c7ac325c9f095573dd49ef | |
parent | 0eef56fa95d32f190fab990340f14e29815a73af (diff) | |
download | lite-xl-plugins-d96e87eb49da58bcc75d7411a8e43072c5419e65.tar.gz lite-xl-plugins-d96e87eb49da58bcc75d7411a8e43072c5419e65.zip |
[CI] Updated README.md.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -261,6 +261,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`language_toml`](plugins/language_toml.lua?raw=1) | Syntax for the [TOML](https://toml.io/en/) configuration language | | [`language_ts`](plugins/language_ts.lua?raw=1) | Syntax for the [TypeScript](https://www.typescriptlang.org/) programming language, a typed dialect of JavaScript. | | [`language_tsx`](plugins/language_tsx.lua?raw=1) | Syntax for [TSX](https://www.typescriptlang.org/docs/handbook/jsx.html) language | +| [`language_typst`](plugins/language_typst.lua?raw=1) | Syntax for [Typst](https://typst.app/) markup language | | [`language_umka`](plugins/language_umka.lua?raw=1) | Syntax for the [Umka](https://github.com/vtereshkov/umka-lang) programming 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 | |