aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
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 /manifest.json
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 'manifest.json')
-rw-r--r--manifest.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
index 4fd7a35..e95b120 100644
--- a/manifest.json
+++ b/manifest.json
@@ -115,6 +115,7 @@
"language_json": {},
"language_jsx": {},
"language_julia": {},
+ "language_kdl": {},
"language_kotlin": {},
"language_lilypond": {},
"language_liquid": {},
@@ -1192,6 +1193,16 @@
"version": "0.1"
},
{
+ "description": "Syntax for the [KDL](https://kdl.dev) document language",
+ "id": "language_kdl",
+ "mod_version": "3",
+ "path": "plugins/language_kdl.lua",
+ "tags": [
+ "language"
+ ],
+ "version": "0.1"
+ },
+ {
"description": "Syntax for the [Kotlin](https://kotlinlang.org/docs/home.html) programming language",
"id": "language_kotlin",
"mod_version": "3",