fix: use ruby tree sitter tag query
parent
3087f38bb4
commit
049ebdf9a9
|
|
@ -275,7 +275,7 @@ lazy_static! {
|
||||||
TagsConfigurationSync(
|
TagsConfigurationSync(
|
||||||
TagsConfiguration::new(
|
TagsConfiguration::new(
|
||||||
tree_sitter_ruby::language(),
|
tree_sitter_ruby::language(),
|
||||||
tree_sitter_rust::TAGGING_QUERY,
|
tree_sitter_ruby::TAGGING_QUERY,
|
||||||
"",
|
"",
|
||||||
)
|
)
|
||||||
.unwrap(),
|
.unwrap(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue