aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-05-26 12:17:47 +0200
committerChristian Clason <c.clason@uni-graz.at>2024-05-26 12:38:20 +0200
commit61b3a26e5b3d7fb6a19dd587994277bc4479307f (patch)
treea42cfad4446f71ea8845a600d91cdfd81570d128
parentda7056ffff95822fc8115f6af0cd2c52e2a355ea (diff)
downloadrneovim-61b3a26e5b3d7fb6a19dd587994277bc4479307f.tar.gz
rneovim-61b3a26e5b3d7fb6a19dd587994277bc4479307f.tar.bz2
rneovim-61b3a26e5b3d7fb6a19dd587994277bc4479307f.zip
build(deps): bump tree-sitter-query to v0.4.0
-rw-r--r--cmake.deps/deps.txt4
-rw-r--r--runtime/queries/query/highlights.scm3
2 files changed, 2 insertions, 5 deletions
diff --git a/cmake.deps/deps.txt b/cmake.deps/deps.txt
index 50f86e766a..ca43c53b66 100644
--- a/cmake.deps/deps.txt
+++ b/cmake.deps/deps.txt
@@ -49,8 +49,8 @@ TREESITTER_VIM_URL https://github.com/neovim/tree-sitter-vim/archive/v0.4.0.tar.
TREESITTER_VIM_SHA256 9f856f8b4a10ab43348550fa2d3cb2846ae3d8e60f45887200549c051c66f9d5
TREESITTER_VIMDOC_URL https://github.com/neovim/tree-sitter-vimdoc/archive/v2.5.1.tar.gz
TREESITTER_VIMDOC_SHA256 063645096504b21603585507c41c6d8718ff3c11b2150c5bfc31e8f3ee9afea3
-TREESITTER_QUERY_URL https://github.com/tree-sitter-grammars/tree-sitter-query/archive/v0.3.0.tar.gz
-TREESITTER_QUERY_SHA256 f878ff37abcb83250e31a6569e997546f3dbab74dcb26683cb2d613f7568cfc0
+TREESITTER_QUERY_URL https://github.com/tree-sitter-grammars/tree-sitter-query/archive/v0.4.0.tar.gz
+TREESITTER_QUERY_SHA256 d3a423ab66dc62b2969625e280116678a8a22582b5ff087795222108db2f6a6e
TREESITTER_PYTHON_URL https://github.com/tree-sitter/tree-sitter-python/archive/v0.21.0.tar.gz
TREESITTER_PYTHON_SHA256 720304a603271fa89e4430a14d6a81a023d6d7d1171b1533e49c0ab44f1e1c13
TREESITTER_BASH_URL https://github.com/tree-sitter/tree-sitter-bash/archive/v0.21.0.tar.gz
diff --git a/runtime/queries/query/highlights.scm b/runtime/queries/query/highlights.scm
index 210d03dc33..c02ee3f2a0 100644
--- a/runtime/queries/query/highlights.scm
+++ b/runtime/queries/query/highlights.scm
@@ -5,9 +5,6 @@
(capture
(identifier) @type)
-(anonymous_node
- (identifier) @string)
-
(predicate
name: (identifier) @function.call)