diff options
author | xwii <xrowii@outlook.com> | 2024-07-31 18:44:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-31 12:44:46 +0200 |
commit | d958a42ff1bd2c10daa327800a39df205d1317ab (patch) | |
tree | 4d718c5f1fc1e603aa8b4341421af112a041085d /manifest.json | |
parent | a281b4e8e86bbf6a10b356b8f7de7191bfd0df49 (diff) | |
download | lite-xl-plugins-d958a42ff1bd2c10daa327800a39df205d1317ab.tar.gz lite-xl-plugins-d958a42ff1bd2c10daa327800a39df205d1317ab.zip |
update `tree_sitter` (#468)
* update `tree_sitter`
* bump `tree_sitter` version
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 68a69ee..4fd7a35 100644 --- a/manifest.json +++ b/manifest.json @@ -2235,9 +2235,9 @@ "description": "Tree-sitter bindings based on `lua-tree-sitter`", "id": "tree_sitter", "name": "Tree-sitter", - "remote": "https://github.com/xcb-xwii/lite-xl-tree-sitter:0aafd746d037e8334c26975a61acee7cf1c40da1", + "remote": "https://github.com/Evergreen-lxl/lite-xl-tree-sitter:9463aec4b09f6b9bb4c1f56fb5ab923335f4e554", "type": "library", - "version": "0.1.0" + "version": "0.1.1" }, { "description": "Extend Lite XL's treeview menu *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-treeview-extender/main/screenshot.png))*", |