From 42223047a858240cfeabcde4fd99b7395b34b297 Mon Sep 17 00:00:00 2001 From: Michael Vitz Date: Tue, 22 Nov 2016 11:19:24 +0100 Subject: [PATCH] Add type for Less Less files use .less as extension. --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index af78a224..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"]),