From a02678800bdbb67490ecfcfbe218e7465a6756dc Mon Sep 17 00:00:00 2001 From: John Saigle <4022790+johnsaigle@users.noreply.github.com> Date: Wed, 17 Aug 2022 09:37:32 -0400 Subject: [PATCH] ignore/types: add Solidity See: https://soliditylang.org/about/ PR #2284 --- crates/ignore/src/default_types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs index f006f518..26589b7b 100644 --- a/crates/ignore/src/default_types.rs +++ b/crates/ignore/src/default_types.rs @@ -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"]),