Skip to content

Commit d596f6e

Browse files
authored
ignore/types: add *.vsh to V type
PR #2604
1 parent 6cd9479 commit d596f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ignore/src/default_types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ pub const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
289289
(&["txt"], &["*.txt"]),
290290
(&["typoscript"], &["*.typoscript", "*.ts"]),
291291
(&["usd"], &["*.usd", "*.usda", "*.usdc"]),
292-
(&["v"], &["*.v"]),
292+
(&["v"], &["*.v", "*.vsh"]),
293293
(&["vala"], &["*.vala"]),
294294
(&["vb"], &["*.vb"]),
295295
(&["vcl"], &["*.vcl"]),

0 commit comments

Comments
 (0)