julia-mode
- Description
- Major mode for editing Julia source code
- Latest
- julia-mode-1.0.1.tar (.sig), 2024-Nov-20, 520 KiB
- Maintainer
- Website
- https://github.com/JuliaEditorSupport/julia-emacs
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
This is the official Emacs mode for editing Julia programs.
Old versions
julia-mode-1.0.0.tar.lz | 2024-Sep-26 | 51.6 KiB |
julia-mode-0.4.tar.lz | 2024-Mar-31 | 29.6 KiB |
News
Unreleased
- fix indentation of submodule imports
0.4
fix derived parent mode (#66)
load LaTeX substitution table as a feature (#93)
drop support for Emacs earlier than 24.3, use
cl-lib
(#87), reorganize test framework accordingly (#95)remove
latexsub
alias forjulia-latexsub
#101correctly font-lock for-loops and ternary expressions as keywords #102
use font-lock-constant-face instead of font-lock-preprocessor-face for quoted symbols #102
0.3
This is the first actual release, and the last one to support Emacs 23.