Adding a recipe for julia-mode.

This package adds syntax highlighting for Julia, a programming language
targeting high-performance computing. It's very lispy, influenced by
Common Lisp and Dylan.

Upstream repo is here: https://github.com/JuliaLang/julia

I'm not a Julia core team member, just a fan.
This commit is contained in:
Wilfred Hughes 2014-08-11 23:00:49 +01:00
parent 162099dac6
commit d7b515ceb0

4
recipes/julia-mode Normal file
View file

@ -0,0 +1,4 @@
(julia-mode
:repo "JuliaLang/julia"
:fetcher github
:files ("contrib/julia-mode.el"))