summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorLyuha <lyuha@users.noreply.github.com>2016-11-02 23:22:09 +0900
committerLyuha <lyuha@users.noreply.github.com>2016-11-03 00:06:14 +0900
commit201d0cb8c158b07cb2ffe1bcb403e011a4263cd6 (patch)
tree938aa405ac86b42f61d8c5b63ce2252b9a859bb5 /ignore
parent6f45478a7db0856971c1b62b069f06b40e91df2e (diff)
Add org filetype
Diffstat (limited to 'ignore')
-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 7c7111fa..2c0aa970 100644
--- a/ignore/src/types.rs
+++ b/ignore/src/types.rs
@@ -132,6 +132,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("objc", &["*.h", "*.m"]),
("objcpp", &["*.h", "*.mm"]),
("ocaml", &["*.ml", "*.mli", "*.mll", "*.mly"]),
+ ("org", &["*.org"]),
("perl", &["*.perl", "*.pl", "*.PL", "*.plh", "*.plx", "*.pm"]),
("php", &["*.php", "*.php3", "*.php4", "*.php5", "*.phtml"]),
("py", &["*.py"]),