Introduce new plugin versioning tag mod-version

New plugins should use the version tag:

-- mod-version: 1

The old version tag "-- lite-xl 1.16" will be considerer equivalent
to mod-version 1.
This commit is contained in:
Francesco Abbate
2021-05-05 22:38:29 +02:00
parent 135dfa6f03
commit 5cef643e02
22 changed files with 35 additions and 39 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
-- lite-xl 1.16
-- mod-version:1 -- lite-xl 1.16
local core = require "core"
local command = require "core.command"
local keymap = require "core.keymap"