mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-04 21:52:54 +02:00
committed by
Andrew Gallant
parent
99bf2b01dc
commit
7313dca472
@ -289,6 +289,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
|
||||
("ts", &["*.ts", "*.tsx", "*.cts", "*.mts"]),
|
||||
("twig", &["*.twig"]),
|
||||
("txt", &["*.txt"]),
|
||||
("typescript", &["*.ts", "*.tsx", "*.cts", "*.mts"]),
|
||||
("typoscript", &["*.typoscript", "*.ts"]),
|
||||
("usd", &["*.usd", "*.usda", "*.usdc"]),
|
||||
("v", &["*.v"]),
|
||||
|
Reference in New Issue
Block a user