From c302995d05be10371d771b021de55a7a92f55261 Mon Sep 17 00:00:00 2001 From: Lyuha Date: Mon, 31 Oct 2016 00:52:45 +0900 Subject: Add .fish extension to fish shell --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 8f4cd171..dade0003 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -99,6 +99,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("d", &["*.d"]), ("elisp", &["*.el"]), ("erlang", &["*.erl", "*.hrl"]), + ("fish", &["*.fish"]), ("fortran", &[ "*.f", "*.F", "*.f77", "*.F77", "*.pfo", "*.f90", "*.F90", "*.f95", "*.F95", -- cgit v1.2.3