diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-01-17 23:08:57 +0100 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2022-01-18 09:07:12 +0100 |
commit | 45f7fc9b0607cde787dc8b70b6842aa2b4b56c31 (patch) | |
tree | 981ba0dbf47d0f637451e2b3563712ef08098fcd | |
parent | fcf5dd34fdfde3a6632b96a88f66c1053cba08d1 (diff) | |
download | rneovim-45f7fc9b0607cde787dc8b70b6842aa2b4b56c31.tar.gz rneovim-45f7fc9b0607cde787dc8b70b6842aa2b4b56c31.tar.bz2 rneovim-45f7fc9b0607cde787dc8b70b6842aa2b4b56c31.zip |
build(deps): bump tree-sitter
update tree-sitter to
https://github.com/tree-sitter/tree-sitter/commit/2346570901ef01517dad3e4a944a36d7b7237e4f
which includes a massive performance improvement to query construction
(bumping ABI compatibility to 14; parsers need to be generated with a
flag to take advantage of this)
-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 cbb3d6884f..1a8d7701a8 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/bf210f0c9ec7931c1a5f639461495db240aac149.tar.gz) -set(TREESITTER_SHA256 49c1f4d7de932f46bb0a68febb71627c43c110ff6cea6170f475c00270535ad7) +set(TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/2346570901ef01517dad3e4a944a36d7b7237e4f.tar.gz) +set(TREESITTER_SHA256 d4df622491f3689f71d77ab4dcd26c85ad44a40bbd1ebe831e34658ba48cdc9f) if(USE_BUNDLED_UNIBILIUM) include(BuildUnibilium) |