diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-04 23:37:10 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-04 23:37:10 -0500 |
commit | ffcd5d92be758ef6590d9e0f657f34b86f70f63f (patch) | |
tree | 422939b1fc4fc5aa5721815fc46f789bb46869be /SPEC.md | |
parent | 31594ced395e9f05534bab0e3c03324932af3f21 (diff) | |
download | lite-xl-plugin-manager-ffcd5d92be758ef6590d9e0f657f34b86f70f63f.tar.gz lite-xl-plugin-manager-ffcd5d92be758ef6590d9e0f657f34b86f70f63f.zip |
Added a note about extraneous keys.
Diffstat (limited to 'SPEC.md')
-rw-r--r-- | SPEC.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -55,6 +55,9 @@ The vast majority of plugins are `singleton` plugins. * `post`: Optionally a string which represents a command to run. If presented with a dictionary, takes `ARCH` keys, and runs a different command per `ARCH`. +Any keys not present in this official listing are acceptbale, although they +can be ignored by any particular package manager or parser. + ### Dependencies Depedencies are specified in an object, with the key being the name of the |