diff options
author | Thomas Vigouroux <tomvig38@gmail.com> | 2021-06-30 18:18:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 18:18:35 +0200 |
commit | 390fed3248ff8cd67849891bbf1f214cf17bb952 (patch) | |
tree | b4b80bcc22b8057a2c6366a5629fb9dd0026a701 | |
parent | 48b2092d017bc73ddfbe8d3960a0ab5e98e4f75c (diff) | |
parent | 836c31032162dc62d8619587596b07aa29ed5215 (diff) | |
download | rneovim-390fed3248ff8cd67849891bbf1f214cf17bb952.tar.gz rneovim-390fed3248ff8cd67849891bbf1f214cf17bb952.tar.bz2 rneovim-390fed3248ff8cd67849891bbf1f214cf17bb952.zip |
Merge pull request #14939 from clason/bump-ts-0.20
[RDY] feat(ts): bump tree-sitter to v0.20.0
-rw-r--r-- | third-party/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt index f9da7c497a..e8999bf1ed 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -209,9 +209,8 @@ set(LIBICONV_SHA256 ccf536620a45458d26ba83887a983b96827001e92a13847b45e4925cc891 set(TREESITTER_C_URL https://github.com/tree-sitter/tree-sitter-c/archive/5aa0bbb.tar.gz) set(TREESITTER_C_SHA256 a5dcb37460d83002dfae7f9a208170ddbc9a047f231b9d6b75da7d36d707db2f) -# This is a bit after 0.19.5 because it fixes issues with queries -set(TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/6ed42747a4e0faee9b65edbbacc86ed0caeae05c.zip) -set(TREESITTER_SHA256 07b8d090ae856d4ea8a494c08900271545d44af2558278a27693f9a47d9e75e3) +set(TREESITTER_URL https://github.com/tree-sitter/tree-sitter/archive/v0.20.0.tar.gz) +set(TREESITTER_SHA256 4a8070b9de17c3b8096181fe8530320ab3e8cca685d8bee6a3e8d164b5fb47da) if(USE_BUNDLED_UNIBILIUM) include(BuildUnibilium) |