Skip to content

Commit

Permalink
Add support for Julia source files
Browse files Browse the repository at this point in the history
Would be nice if you would consider adding support for the Julia language:

http://julialang.org/
https://github.com/JuliaLang/julia
  • Loading branch information
c-f-h committed Feb 25, 2015
1 parent 2adeac9 commit 9827fa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions psslib/driver.py
Expand Up @@ -71,6 +71,8 @@
TypeSpec(['.json'], []),
'jsp':
TypeSpec(['.jsp'], []),
'julia':
TypeSpec(['.jl'], []),
'lisp':
TypeSpec(['.lisp', '.lsp', '.cl'], []),
'llvm':
Expand Down

0 comments on commit 9827fa5

Please sign in to comment.