mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2024-12-12 19:18:24 +02:00
Merge pull request #175 from little-dude/master
add .tcl file extension
This commit is contained in:
commit
bd1c9e9499
@ -77,6 +77,7 @@ const TYPE_EXTENSIONS: &'static [(&'static str, &'static [&'static str])] = &[
|
|||||||
("sql", &["*.sql"]),
|
("sql", &["*.sql"]),
|
||||||
("sv", &["*.v", "*.vg", "*.sv", "*.svh", "*.h"]),
|
("sv", &["*.v", "*.vg", "*.sv", "*.svh", "*.h"]),
|
||||||
("swift", &["*.swift"]),
|
("swift", &["*.swift"]),
|
||||||
|
("tcl", &["*.tcl"]),
|
||||||
("tex", &["*.tex", "*.cls", "*.sty"]),
|
("tex", &["*.tex", "*.cls", "*.sty"]),
|
||||||
("ts", &["*.ts", "*.tsx"]),
|
("ts", &["*.ts", "*.tsx"]),
|
||||||
("txt", &["*.txt"]),
|
("txt", &["*.txt"]),
|
||||||
|
Loading…
Reference in New Issue
Block a user