diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 38caf3b2..44835450 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -123,6 +123,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ]), ("json", &["*.json"]), ("jsonl", &["*.jsonl"]), + ("less", &["*.less"]), ("lisp", &["*.el", "*.jl", "*.lisp", "*.lsp", "*.sc", "*.scm"]), ("lua", &["*.lua"]), ("m4", &["*.ac", "*.m4"]), @@ -148,6 +149,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("rst", &["*.rst"]), ("ruby", &["*.rb"]), ("rust", &["*.rs"]), + ("sass", &["*.scss"]), ("scala", &["*.scala"]), ("sh", &["*.bash", "*.csh", "*.ksh", "*.sh", "*.tcsh"]), ("spark", &["*.spark"]),