aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-01-03 13:29:08 -0500
committerAdam Harrison <adamdharrison@gmail.com>2023-01-03 13:29:08 -0500
commit56d538593829946977bbe84b9f4f44214ac988f6 (patch)
tree2a22b80bc1f4252e50539f98525f44db48ff016f
parent0fbc4796f46bbd639ea0ba9ab6d8a80874d76cfb (diff)
parent4a805ceec3d788f5019d5ccda3d929d8e22dced4 (diff)
downloadlite-xl-plugin-manager-56d538593829946977bbe84b9f4f44214ac988f6.tar.gz
lite-xl-plugin-manager-56d538593829946977bbe84b9f4f44214ac988f6.zip
Merge branch 'master' of github.com:adamharrison/lite-xl-plugin-manager
-rw-r--r--SPEC.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/SPEC.md b/SPEC.md
index ba7708e..aa7e2b6 100644
--- a/SPEC.md
+++ b/SPEC.md
@@ -38,11 +38,11 @@ The vast majority of plugins are `singleton` plugins.
### Metadata
-* `id`: The semantic id of the plugin, only containing `[a-z0-9\-_]`.
+* `id`: The semantic id of the plugin, a string only containing `[a-z0-9\-_]`.
* `name`: The optional name of the plugin.
-* `version`: The plugin's semantic version.
+* `version`: The plugin's semantic version. A string that can contains `[0-9\.]`.
* `description`: An english-language description of the plugin.
-* `mod_version`: The mod_version this plugin is compatible with.
+* `mod_version`: The mod_version this plugin is compatible with. A string that can contains `[0-9\.]`.
* `provides`: An optional array of strings that are a shorthand of functionality
this plugin provides. Can be used as a dependency.
* `dependencies`: Optionally a hash of dependencies required, or optional