diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2023-05-27 21:15:09 +0200 |
---|---|---|
committer | Guldoman <giulio.lettieri@gmail.com> | 2023-05-27 21:15:09 +0200 |
commit | 6386bd03b1782d0e2364ec971f5b87373a0e2d9e (patch) | |
tree | 7c4500124e16ed6fb1e6d60acf97b00227b784db /manifest.json | |
parent | ca617f5317d16d0ba0af074a68ee2ce46c343889 (diff) | |
download | lite-xl-plugins-6386bd03b1782d0e2364ec971f5b87373a0e2d9e.tar.gz lite-xl-plugins-6386bd03b1782d0e2364ec971f5b87373a0e2d9e.zip |
Use plaintext `string.find` in `lfautoinsert` to check for `close` tags
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 a6cd6b6..16f934e 100644 --- a/manifest.json +++ b/manifest.json @@ -931,7 +931,7 @@ }, { "description": "Automatically inserts indentation and closing bracket/text after newline", - "version": "0.2", + "version": "0.2.1", "path": "plugins/lfautoinsert.lua", "id": "lfautoinsert", "mod_version": "3" |