fix: use ruby tree sitter tag query

r0.4
Meng Zhang 2023-10-21 13:01:18 -07:00
parent 3087f38bb4
commit 049ebdf9a9
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ lazy_static! {
TagsConfigurationSync(
TagsConfiguration::new(
tree_sitter_ruby::language(),
tree_sitter_rust::TAGGING_QUERY,
tree_sitter_ruby::TAGGING_QUERY,
"",
)
.unwrap(),