aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTamnac <49466795+Tamnac@users.noreply.github.com>2024-09-08 18:33:53 -0700
committerGitHub <noreply@github.com>2024-09-08 21:33:53 -0400
commit2ed4d554750527d3fd09d6dbfe0e02ae086be543 (patch)
tree526795a06abaa0135d382f170351b481293f362b /README.md
parentb5ad784fb2c167c52985bad66dcb63f8f6d61977 (diff)
downloadlite-xl-plugins-2ed4d554750527d3fd09d6dbfe0e02ae086be543.tar.gz
lite-xl-plugins-2ed4d554750527d3fd09d6dbfe0e02ae086be543.zip
Add language kdl (#477)
* Add language_kdl * [CI] Updated README.md and manifest.json. * Add language_kdl to manifest * [CI] Updated README.md and manifest.json. --------- Co-authored-by: Github Actions <>
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 6984ea4..136ab5e 100644
--- a/README.md
+++ b/README.md
@@ -257,6 +257,7 @@ to follow with `extra.follow_branch`.*
| [`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_kdl`](plugins/language_kdl.lua?raw=1) | Syntax for the [KDL](https://kdl.dev) document language |
| [`language_kotlin`](plugins/language_kotlin.lua?raw=1) | Syntax for the [Kotlin](https://kotlinlang.org/docs/home.html) 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 |
| [`language_lilypond`](plugins/language_lilypond.lua?raw=1) | Syntax for the [LilyPond](https://lilypond.org/) music typesetting language |