Add short key for julia type

Fixes #574
This commit is contained in:
Gergő Pintér
2017-08-16 16:46:13 +02:00
committed by Andrew Gallant
parent 40bacbcd7c
commit 3d9acdab18

View File

@@ -145,6 +145,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("json", &["*.json"]),
("jsonl", &["*.jsonl"]),
("julia", &["*.jl"]),
("jl", &["*.jl"]),
("kotlin", &["*.kt", "*.kts"]),
("less", &["*.less"]),
("lisp", &["*.el", "*.jl", "*.lisp", "*.lsp", "*.sc", "*.scm"]),