From 9827fa5fbc7d8d39cf17c9964ea0dd5909aa06ac Mon Sep 17 00:00:00 2001 From: c-f-h Date: Wed, 25 Feb 2015 23:01:08 +0100 Subject: [PATCH] Add support for Julia source files Would be nice if you would consider adding support for the Julia language: http://julialang.org/ https://github.com/JuliaLang/julia --- psslib/driver.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/psslib/driver.py b/psslib/driver.py index 0d4fafe..7ce1912 100644 --- a/psslib/driver.py +++ b/psslib/driver.py @@ -71,6 +71,8 @@ TypeSpec(['.json'], []), 'jsp': TypeSpec(['.jsp'], []), + 'julia': + TypeSpec(['.jl'], []), 'lisp': TypeSpec(['.lisp', '.lsp', '.cl'], []), 'llvm':