aboutsummaryrefslogtreecommitdiff
path: root/SPEC.md
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-06-18 19:14:36 -0400
committerAdam Harrison <adamdharrison@gmail.com>2023-06-18 19:16:47 -0400
commit839861a4adc6c35ccd859eabbddcf7e13e5c2729 (patch)
tree7a250400810a5c3b355b9578ba1522c5c35b2ba0 /SPEC.md
parent40f2a62446cbd97c4f9f625a981251a04125ddfd (diff)
downloadlite-xl-plugin-manager-839861a4adc6c35ccd859eabbddcf7e13e5c2729.tar.gz
lite-xl-plugin-manager-839861a4adc6c35ccd859eabbddcf7e13e5c2729.zip
* Added in metapackage support into manifest.
* Fixed issue with system lite-xls not being detected correctly.
Diffstat (limited to 'SPEC.md')
-rw-r--r--SPEC.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/SPEC.md b/SPEC.md
index b0dd6f2..2b7a707 100644
--- a/SPEC.md
+++ b/SPEC.md
@@ -27,6 +27,7 @@ installed. Currently three types are supported:
* `library`
* `plugin`
* `color`
+* `meta`
Addons are further classified into two organizational categories.
`singleton` addons, and `complex` addons. Addons are listed a `singleton`
@@ -47,7 +48,7 @@ Fields that are required are bolded.
* **`mod_version`**: The mod_version this addon is compatible with.
A string that can contain `[0-9\.]`. If `type` is `library`, this field is optional.
* `type`: An optional string that specifies the addon type. Valid values are `"plugin"`
- `"library"`, or `"color"`. Defaults to `"plugin"`.
+ `"library"`, `"color"`, or `"meta"`. Defaults to `"plugin"`.
* `name`: The optional name of the addon.
* `description`: An optional english-language description of the addon.
* `provides`: An optional array of strings that are a shorthand of functionality