mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-26 18:03:56 -07:00
ignore/types: add scdoc
Ref https://sr.ht/~sircmpwn/scdoc/ Closes #3007
This commit is contained in:
@@ -234,6 +234,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
|
|||||||
(&["rust"], &["*.rs"]),
|
(&["rust"], &["*.rs"]),
|
||||||
(&["sass"], &["*.sass", "*.scss"]),
|
(&["sass"], &["*.sass", "*.scss"]),
|
||||||
(&["scala"], &["*.scala", "*.sbt"]),
|
(&["scala"], &["*.scala", "*.sbt"]),
|
||||||
|
(&["scdoc"], &["*.scd", "*.scdoc"]),
|
||||||
(&["seed7"], &["*.sd7", "*.s7i"]),
|
(&["seed7"], &["*.sd7", "*.s7i"]),
|
||||||
(&["sh"], &[
|
(&["sh"], &[
|
||||||
// Portable/misc. init files
|
// Portable/misc. init files
|
||||||
|
Reference in New Issue
Block a user