mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
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:
parent
162099dac6
commit
d7b515ceb0
1 changed files with 4 additions and 0 deletions
4
recipes/julia-mode
Normal file
4
recipes/julia-mode
Normal file
|
@ -0,0 +1,4 @@
|
|||
(julia-mode
|
||||
:repo "JuliaLang/julia"
|
||||
:fetcher github
|
||||
:files ("contrib/julia-mode.el"))
|
Loading…
Reference in a new issue