Skip to content

Commit

Permalink
add .kts
Browse files Browse the repository at this point in the history
  • Loading branch information
fornellas committed May 27, 2024
1 parent 3b7bbbc commit 880e3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func init() {
)
RootCmd.Flags().StringArrayVarP(
&patterns, "pattern", "p", []string{
"**/*.{c,h,cpp,go,py,rb,sh,kt}",
"**/*.{c,h,cpp,go,py,rb,sh,kt,kts}",
},
"Pattern to watch for changes (relative to given directory)",
)
Expand Down

0 comments on commit 880e3c4

Please sign in to comment.