aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-01-22 09:02:06 +0100
committerChristian Clason <c.clason@uni-graz.at>2022-01-22 09:02:06 +0100
commitdb9cfb18e1be779d3fccfa7bc97d7f6156b95377 (patch)
tree6ae08a6fb952f4b1271531aec927c721e08c98b3
parente07a4b97f6552674f6038d15c0767bbfea082bf2 (diff)
downloadrneovim-db9cfb18e1be779d3fccfa7bc97d7f6156b95377.tar.gz
rneovim-db9cfb18e1be779d3fccfa7bc97d7f6156b95377.tar.bz2
rneovim-db9cfb18e1be779d3fccfa7bc97d7f6156b95377.zip
build(deps): bump tree-sitter to v0.20.3
this version contains massive performance improvements as well as a new `--abi` flag that allows generating backward compatible parsers
-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 1a8d7701a8..cdca7c7b9c 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/2346570901ef01517dad3e4a944a36d7b7237e4f.tar.gz)
-set(TREESITTER_SHA256 d4df622491f3689f71d77ab4dcd26c85ad44a40bbd1ebe831e34658ba48cdc9f)
+set(TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/v0.20.3.tar.gz)
+set(TREESITTER_SHA256 ab52fe93e0c658cff656b9d10d67cdd29084247052964eba13ed6f0e9fa3bd36)
if(USE_BUNDLED_UNIBILIUM)
include(BuildUnibilium)