diff options
author | jgmdev <jgmdev@gmail.com> | 2022-03-06 22:39:48 -0400 |
---|---|---|
committer | jgmdev <jgmdev@gmail.com> | 2022-05-22 13:16:10 -0400 |
commit | b6aaa9b859994efd2c76f24314d64b75c87cfb0c (patch) | |
tree | 34625e1e8a0a5580a11192962e8071d6b7ca2071 /plugins/indentguide.lua | |
parent | dc8123ed0a7e48ae1ad90641727325561b9ec241 (diff) | |
download | lite-xl-plugins-b6aaa9b859994efd2c76f24314d64b75c87cfb0c.tar.gz lite-xl-plugins-b6aaa9b859994efd2c76f24314d64b75c87cfb0c.zip |
2.1: Additional version adjustments of newly added plugins.
Diffstat (limited to 'plugins/indentguide.lua')
-rw-r--r-- | plugins/indentguide.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/indentguide.lua b/plugins/indentguide.lua index e0b7742..389ea14 100644 --- a/plugins/indentguide.lua +++ b/plugins/indentguide.lua @@ -1,4 +1,4 @@ ---- mod-version:3 --lite-xl 2.1 +-- mod-version:3 --lite-xl 2.1 local style = require "core.style" local config = require "core.config" local DocView = require "core.docview" |