diff options
author | Thomas Vigouroux <tomvig38@gmail.com> | 2021-12-14 15:19:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 15:19:21 +0100 |
commit | bdfea9d9ae2b1db03c9cad9b0b07330b6f09cfa2 (patch) | |
tree | 05e58be8459cf6d19503c80e4059ea99c279ec16 | |
parent | cc4c8e7af6cce6d9641da8db04e2071adb4c285c (diff) | |
parent | aad2437fc0064fdf172b0f7f28555a7d0d265e16 (diff) | |
download | rneovim-bdfea9d9ae2b1db03c9cad9b0b07330b6f09cfa2.tar.gz rneovim-bdfea9d9ae2b1db03c9cad9b0b07330b6f09cfa2.tar.bz2 rneovim-bdfea9d9ae2b1db03c9cad9b0b07330b6f09cfa2.zip |
Merge pull request #16606 from clason/bump-treesitter
build(deps): bump tree-sitter commit
-rw-r--r-- | third-party/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt index 52839d8efa..c5adf36908 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.1.tar.gz) -set(TREESITTER_SHA256 12a3f7206af3028dbe8a0de50d8ebd6d7010bf762db918acae76fc7585f1258d) +set(TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/25f64e1eb66bb1ab3eccd4f0b7da543005f3ba79.tar.gz) +set(TREESITTER_SHA256 4f43bad474df494d00a779157f1c437638987d0e7896f9c73492cfeef35366b5) if(USE_BUNDLED_UNIBILIUM) include(BuildUnibilium) |