summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorGent Bajraj <gentbajraj@gmail.com>2017-05-28 20:42:28 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-06-12 11:39:19 -0400
commit45e850aff769a9d3f1fc6457bd5e1390021f433c (patch)
treeb7b6da0f0419c6c9515d32b4f9e9b33465a88eda /ignore
parentf2d1c582a803a237924093be2f5e0ee45e8782ee (diff)
Add julia as file type
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 436f56d3..bde413f4 100644
--- a/ignore/src/types.rs
+++ b/ignore/src/types.rs
@@ -143,6 +143,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
]),
("json", &["*.json"]),
("jsonl", &["*.jsonl"]),
+ ("julia", &["*.jl"]),
("kotlin", &["*.kt", "*.kts"]),
("less", &["*.less"]),
("lisp", &["*.el", "*.jl", "*.lisp", "*.lsp", "*.sc", "*.scm"]),