diff options
author | Github Actions <> | 2023-11-10 18:09:05 +0000 |
---|---|---|
committer | Github Actions <> | 2023-11-10 18:09:05 +0000 |
commit | 0297af2d343fb46de4c48a7968a64daf4731c91b (patch) | |
tree | 9f4237ffa1b56fe585e263a66e82a7759fba7600 | |
parent | ac897462f89b1c1cb3e51df01063f1191e9d2a72 (diff) | |
download | lite-xl-plugins-0297af2d343fb46de4c48a7968a64daf4731c91b.tar.gz lite-xl-plugins-0297af2d343fb46de4c48a7968a64daf4731c91b.zip |
[CI] Updated README.md.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -214,6 +214,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`language_ini`](plugins/language_ini.lua?raw=1) | Syntax for [ini](https://en.wikipedia.org/wiki/INI_file) files | | [`language_java`](plugins/language_java.lua?raw=1) | Syntax for the [Java](https://en.wikipedia.org/wiki/Java_\(programming_language\)) programming language | | [`language_jiyu`](plugins/language_jiyu.lua?raw=1) | Syntax for the [jiyu](https://github.com/machinamentum/jiyu) programming language | +| [`language_json`](plugins/language_json.lua?raw=1) | Syntax for the [JSON](https://www.json.org/json-en.html) language | | [`language_jsx`](plugins/language_jsx.lua?raw=1) | Syntax for the [JSX](https://reactjs.org/docs/introducing-jsx.html) language for the React framework in JavaScript | | [`language_julia`](plugins/language_julia.lua?raw=1) | Syntax for the [Julia](https://julialang.org/) programming language | | [`language_ksy`](https://raw.githubusercontent.com/whiteh0le/lite-plugins/main/plugins/language_ksy.lua?raw=1)\* | Syntax for [Kaitai](http://kaitai.io/) struct files | |