mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
ignore/types: add Solidity
See: https://soliditylang.org/about/ PR #2284
This commit is contained in:
parent
387df97d85
commit
a02678800b
@ -225,6 +225,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
|
|||||||
("slim", &["*.skim", "*.slim", "*.slime"]),
|
("slim", &["*.skim", "*.slim", "*.slime"]),
|
||||||
("smarty", &["*.tpl"]),
|
("smarty", &["*.tpl"]),
|
||||||
("sml", &["*.sml", "*.sig"]),
|
("sml", &["*.sml", "*.sig"]),
|
||||||
|
("solidity", &["*.sol"]),
|
||||||
("soy", &["*.soy"]),
|
("soy", &["*.soy"]),
|
||||||
("spark", &["*.spark"]),
|
("spark", &["*.spark"]),
|
||||||
("spec", &["*.spec"]),
|
("spec", &["*.spec"]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user