diff options
| author | Francesco Abbate <francesco.bbt@gmail.com> | 2021-04-06 17:50:46 +0200 |
|---|---|---|
| committer | Francesco Abbate <francesco.bbt@gmail.com> | 2021-04-06 17:50:46 +0200 |
| commit | d7cc1f9f9d75c4e388845fc74bcbebbf254a0c07 (patch) | |
| tree | 95cc92b98e634e073a224cca850eb3fac840ee38 /data/plugins/language_python.lua | |
| parent | b4ba209b295b51a4f5946eba662e49d7cee47d01 (diff) | |
| download | lite-xl-d7cc1f9f9d75c4e388845fc74bcbebbf254a0c07.tar.gz lite-xl-d7cc1f9f9d75c4e388845fc74bcbebbf254a0c07.zip | |
Add plugin verification by version tag
Diffstat (limited to 'data/plugins/language_python.lua')
| -rw-r--r-- | data/plugins/language_python.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/plugins/language_python.lua b/data/plugins/language_python.lua index e6315c4b..b9c07e4e 100644 --- a/data/plugins/language_python.lua +++ b/data/plugins/language_python.lua @@ -1,3 +1,4 @@ +-- lite-xl 1.16 local syntax = require "core.syntax" syntax.add { |
