diff options
author | Francesco Abbate <francesco.bbt@gmail.com> | 2021-04-09 17:12:19 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2021-04-09 17:12:19 +0200 |
commit | 5af19bb2c7ed14ba1894095fc1469e0078302d9e (patch) | |
tree | 5b4f7954c908fa7cda15ffb9672951bc31db2257 /plugins/motiontrail.lua | |
parent | 203e43c813f39f91a9985ef49012c930bfb4dc10 (diff) | |
download | lite-xl-plugins-5af19bb2c7ed14ba1894095fc1469e0078302d9e.tar.gz lite-xl-plugins-5af19bb2c7ed14ba1894095fc1469e0078302d9e.zip |
Verify and version-tag more plugins
Diffstat (limited to 'plugins/motiontrail.lua')
-rw-r--r-- | plugins/motiontrail.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/motiontrail.lua b/plugins/motiontrail.lua index e688e1b..8074f58 100644 --- a/plugins/motiontrail.lua +++ b/plugins/motiontrail.lua @@ -1,3 +1,4 @@ +-- lite-xl 1.16 local core = require "core" local config = require "core.config" local style = require "core.style" |