Skip to content

Commit

Permalink
fix: use ruby tree sitter tag query
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Oct 21, 2023
1 parent 3087f38 commit 049ebdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tabby-scheduler/src/dataset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ lazy_static! {
TagsConfigurationSync(
TagsConfiguration::new(
tree_sitter_ruby::language(),
tree_sitter_rust::TAGGING_QUERY,
tree_sitter_ruby::TAGGING_QUERY,
"",
)
.unwrap(),
Expand Down

0 comments on commit 049ebdf

Please sign in to comment.