mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-12-23 06:30:57 +00:00
ignore/types: add scdoc
Ref https://sr.ht/~sircmpwn/scdoc/ Closes #3007
This commit is contained in:
parent
28cce895ff
commit
ba23ced817
1 changed files with 1 additions and 0 deletions
|
|
@ -234,6 +234,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
|
|||
(&["rust"], &["*.rs"]),
|
||||
(&["sass"], &["*.sass", "*.scss"]),
|
||||
(&["scala"], &["*.scala", "*.sbt"]),
|
||||
(&["scdoc"], &["*.scd", "*.scdoc"]),
|
||||
(&["seed7"], &["*.sd7", "*.s7i"]),
|
||||
(&["sh"], &[
|
||||
// Portable/misc. init files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue