Unless you want to develop this package, it is recommended that you use it from MELPA:
-
Add
(require 'julia-mode)
to your Emacs init file.
Clone this repository, then use
(add-to-list 'load-path "path-to-julia-mode")
(require 'julia-mode)
Contributions are welcome, in the form of pull requests.
Please
-
add unit tests whenever possible. This may require that functions are broken up into an interface and a backend function, then you can test the backend one.
-
add a short summary in the Unreleased section of the CHANGELOG.
-
use the
rx
macro (S-expressions) whenever rewriting existing regular expressions or introducing new ones; it keeps the code much more readable.
We do our best to provide feedback within 2 weeks, feel free to bump in a comment after that.