Skip to content

Commit 136f2d3

Browse files
authored
Merge pull request #13 from macno/patch-1
chore: add support for additional file extensions
2 parents dd6d7be + bee7692 commit 136f2d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/weave-cli/src/commands/setup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use std::process::Command;
55
use colored::Colorize;
66

77
const SUPPORTED_EXTENSIONS: &[&str] = &[
8-
"*.ts", "*.tsx", "*.js", "*.jsx", "*.py", "*.go", "*.rs",
8+
"*.ts", "*.tsx", "*.js", "*.mjs", "*.cjs", "*.jsx", "*.py", "*.go", "*.rs",
99
"*.java", "*.c", "*.h", "*.cpp", "*.cc", "*.cxx", "*.hpp", "*.hh", "*.hxx",
1010
"*.rb", "*.cs", "*.php",
1111
"*.f90", "*.f95", "*.f03", "*.f08",

0 commit comments

Comments
 (0)