diff options
| author | Adam Harrison <adamdharrison@gmail.com> | 2021-08-17 09:46:21 -0400 |
|---|---|---|
| committer | Francesco <francesco.bbt@gmail.com> | 2021-08-17 20:24:44 +0200 |
| commit | b6af395fc77328af2f11e8b38d131867643d3f7f (patch) | |
| tree | d098ebf33846cdbf8bb1f6db8b40c47c6210dbc4 /data/plugins/language_python.lua | |
| parent | 419cd58c8fc2063a72c42463c7efd82fe8c41dec (diff) | |
| download | lite-xl-b6af395fc77328af2f11e8b38d131867643d3f7f.tar.gz lite-xl-b6af395fc77328af2f11e8b38d131867643d3f7f.zip | |
2.0 changelog and modversion updates.
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 849bafc1..e19caa63 100644 --- a/data/plugins/language_python.lua +++ b/data/plugins/language_python.lua @@ -1,4 +1,4 @@ --- mod-version:1 -- lite-xl 1.16 +-- mod-version:2 -- lite-xl 2.0 local syntax = require "core.syntax" syntax.add { |
