Skip to content

Commit bce2627

Browse files
committed
Add ext name for web develor
1 parent 713e9a8 commit bce2627

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cmd/patch_evaluator/main.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ var (
2727
define = map[string]ValueDefine{
2828
"code": {
2929
LowValue: []patch_evaluator.Filterer{
30-
patch_evaluator.FocusSuffixFilterer{".sh", ".bash", ".c", ".go", ".py", ".java", ".rs", ".cpp", ".h", ".hpp", ".yaml", ".yml"},
30+
patch_evaluator.FocusSuffixFilterer{
31+
".sh", ".bash", ".c", ".go", ".py", ".java", ".rs", ".cpp", ".h", ".hpp", ".yaml", ".yml",
32+
".ts", ".tsx", ".js", ".jsx", ".vue", ".html", ".scss", ".css",
33+
},
3134
patch_evaluator.PrefixFilterer{"test/", "tests/"},
3235
patch_evaluator.SuffixFilterer{"_test.go"},
3336
},

0 commit comments

Comments
 (0)