diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2023-10-28 13:00:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-28 13:00:35 +0200 |
commit | 02a59293a9b2d2f4e986d0543e6a21b65a35451a (patch) | |
tree | bcea0b01272b49dbff3cb1f3a45444ea03b81dcd /manifest.json | |
parent | 9fec01149ec391194f9eaa0d5e3926f14a9e0b80 (diff) | |
download | lite-xl-plugins-02a59293a9b2d2f4e986d0543e6a21b65a35451a.tar.gz lite-xl-plugins-02a59293a9b2d2f4e986d0543e6a21b65a35451a.zip |
`rainbowparen`: Handle `resume` parameter in `tokenizer.tokenize` (#325)
This stopped the tokenization from continuing, which resulted in lines
not being completely tokenized.
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 2ce4030..e80bd38 100644 --- a/manifest.json +++ b/manifest.json @@ -1450,7 +1450,7 @@ }, { "description": "Show nesting of parentheses with rainbow colours", - "version": "0.1", + "version": "0.1.1", "path": "plugins/rainbowparen.lua", "id": "rainbowparen", "mod_version": "3" |