summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLyuha <lyuha@users.noreply.github.com>2016-10-31 00:52:45 +0900
committerLyuha <lyuha@users.noreply.github.com>2016-10-31 00:52:45 +0900
commitc302995d05be10371d771b021de55a7a92f55261 (patch)
treeddd41b2b60abd25c257329e7f9718cc96dfd6bf7
parent4a77cc810058303955aca705e881a357c7ca2842 (diff)
Add .fish extension to fish shell
-rw-r--r--ignore/src/types.rs1
1 files changed, 1 insertions, 0 deletions
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",