aboutsummaryrefslogtreecommitdiff
path: root/SPEC.md
diff options
context:
space:
mode:
authorAdam <adamdharrison@gmail.com>2023-01-03 12:11:30 -0500
committerGitHub <noreply@github.com>2023-01-03 12:11:30 -0500
commit66a9d91831f152aeca9ee6f4edda0c95954a3b43 (patch)
tree622189793b533e926ac2a5bddfcd6db27ad8cc14 /SPEC.md
parent98382f140508840069e6a837570c765bcf1d8a5e (diff)
downloadlite-xl-plugin-manager-66a9d91831f152aeca9ee6f4edda0c95954a3b43.tar.gz
lite-xl-plugin-manager-66a9d91831f152aeca9ee6f4edda0c95954a3b43.zip
Update SPEC.md
Diffstat (limited to 'SPEC.md')
-rw-r--r--SPEC.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/SPEC.md b/SPEC.md
index ba7708e..ba29bc4 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