We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd6d7be + bee7692 commit 136f2d3Copy full SHA for 136f2d3
1 file changed
crates/weave-cli/src/commands/setup.rs
@@ -5,7 +5,7 @@ use std::process::Command;
5
use colored::Colorize;
6
7
const SUPPORTED_EXTENSIONS: &[&str] = &[
8
- "*.ts", "*.tsx", "*.js", "*.jsx", "*.py", "*.go", "*.rs",
+ "*.ts", "*.tsx", "*.js", "*.mjs", "*.cjs", "*.jsx", "*.py", "*.go", "*.rs",
9
"*.java", "*.c", "*.h", "*.cpp", "*.cc", "*.cxx", "*.hpp", "*.hh", "*.hxx",
10
"*.rb", "*.cs", "*.php",
11
"*.f90", "*.f95", "*.f03", "*.f08",
0 commit comments