diff options
| author | Francesco Abbate <francesco.bbt@gmail.com> | 2021-05-05 22:38:29 +0200 |
|---|---|---|
| committer | Francesco Abbate <francesco.bbt@gmail.com> | 2021-05-05 22:38:29 +0200 |
| commit | 5cef643e02a3d5e56f264bb9ee614ffd4c726ae5 (patch) | |
| tree | 6f584c613d3ad0a9aefa9d85f8d63f4c35ac71df /data/plugins/language_python.lua | |
| parent | 135dfa6f038786c191e3a21e1dadf776884f7a14 (diff) | |
| download | lite-xl-5cef643e02a3d5e56f264bb9ee614ffd4c726ae5.tar.gz lite-xl-5cef643e02a3d5e56f264bb9ee614ffd4c726ae5.zip | |
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.
Diffstat (limited to 'data/plugins/language_python.lua')
| -rw-r--r-- | data/plugins/language_python.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/plugins/language_python.lua b/data/plugins/language_python.lua index b9c07e4e..849bafc1 100644 --- a/data/plugins/language_python.lua +++ b/data/plugins/language_python.lua @@ -1,4 +1,4 @@ --- lite-xl 1.16 +-- mod-version:1 -- lite-xl 1.16 local syntax = require "core.syntax" syntax.add { |
