aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2022-01-12 17:56:44 +0000
committerGitHub <noreply@github.com>2022-01-12 17:56:44 +0000
commit39a35dd006e793c4ff4e09436c8fc268c4415bcf (patch)
tree8e8f2fb4397609a9a3d1bec81702b0a12a063a3d
parentc4ce51478ac238299ccd4ff31ce3e3d4c68fb275 (diff)
parent5d15829c2b1eead23173ed48faf4e4449a700b7e (diff)
downloadrneovim-39a35dd006e793c4ff4e09436c8fc268c4415bcf.tar.gz
rneovim-39a35dd006e793c4ff4e09436c8fc268c4415bcf.tar.bz2
rneovim-39a35dd006e793c4ff4e09436c8fc268c4415bcf.zip
Merge pull request #17058 from clason/bump-treesitter
build(deps): bump treesitter to commit bf210f0
-rw-r--r--third-party/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt
index 613b39c833..cbb3d6884f 100644
--- a/third-party/CMakeLists.txt
+++ b/third-party/CMakeLists.txt
@@ -203,8 +203,8 @@ set(LIBICONV_SHA256 ccf536620a45458d26ba83887a983b96827001e92a13847b45e4925cc891
set(TREESITTER_C_URL https://github.com/tree-sitter/tree-sitter-c/archive/v0.20.1.tar.gz)
set(TREESITTER_C_SHA256 ffcc2ef0eded59ad1acec9aec4f9b0c7dd209fc1a85d85f8b0e81298e3dddcc2)
-set(TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/v0.20.2.tar.gz)
-set(TREESITTER_SHA256 2a0445f8172bbf83db005aedb4e893d394e2b7b33251badd3c94c2c5cc37c403)
+set(TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/bf210f0c9ec7931c1a5f639461495db240aac149.tar.gz)
+set(TREESITTER_SHA256 49c1f4d7de932f46bb0a68febb71627c43c110ff6cea6170f475c00270535ad7)
if(USE_BUNDLED_UNIBILIUM)
include(BuildUnibilium)