diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2023-05-27 20:38:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-27 14:38:38 -0400 |
commit | 05370606bc2aafe4f2501522f0eacbd12b6e0637 (patch) | |
tree | 41925b1f7fea802dce1b1d96e64c97383ec4f4eb /manifest.json | |
parent | f139863fdee4f1c54468ff9be856de006cbcb099 (diff) | |
download | lite-xl-plugins-05370606bc2aafe4f2501522f0eacbd12b6e0637.tar.gz lite-xl-plugins-05370606bc2aafe4f2501522f0eacbd12b6e0637.zip |
Fix indentation in `lfautoinsert` and add support for multiple carets (#256)
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index a999879..710d284 100644 --- a/manifest.json +++ b/manifest.json @@ -931,7 +931,7 @@ }, { "description": "Automatically inserts indentation and closing bracket/text after newline", - "version": "0.1", + "version": "0.2", "path": "plugins/lfautoinsert.lua", "id": "lfautoinsert", "mod_version": "3" |