Skip to content

Commit

Permalink
Fix Scheme globs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Mar 5, 2024
1 parent 2477270 commit b95e6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse/guess_language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ pub(crate) fn language_globs(language: Language) -> Vec<glob::Pattern> {
],
Rust => &["*.rs"],
Scala => &["*.scala", "*.sbt", "*.sc"],
Scheme => &["*.scm", ".sch", ".ss"],
Scheme => &["*.scm", "*.sch", "*.ss"],
Smali => &["*.smali"],
Scss => &["*.scss"],
Solidity => &["*.sol"],
Expand Down

0 comments on commit b95e6cc

Please sign in to comment.