mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-04-02 20:45:38 +02: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"]),
|
||||
("smarty", &["*.tpl"]),
|
||||
("sml", &["*.sml", "*.sig"]),
|
||||
("solidity", &["*.sol"]),
|
||||
("soy", &["*.soy"]),
|
||||
("spark", &["*.spark"]),
|
||||
("spec", &["*.spec"]),
|
||||
|
Loading…
x
Reference in New Issue
Block a user