jl(9)j, jl - Julia files
hkjulia.emf - Julia hook definition
julia.eaf - Julia abbreviation file
julia.etf - Julia template file.
.jl - Julia file
The Julia file type editing provides simple hilighting of Julia files, abbreviations, folding and an item-list.
Abbreviations
Auto Layout
Folding and Information Hiding
Navigation via Item List
Short Cuts
C-c C-c - Comment out the current line.
C-c C-d - Uncomment the current line.
C-c C-e - Comment to the end of the line with stars (#).
A-C-i - Restyle the current region.
esc q - Format a comment.
esc o - Format a comment.
f2 - (Un)fold the current region.
C-f2 - (Un)fold all regions.
f6 - List items.
esc f6 - Close item list.
Executing, Formatting and Linting Julia Code
# Download the script into ~/.local/bin curl -fsSL -o ~/.local/bin/runic https://raw.githubusercontent.com/fredrikekre/Runic.jl/refs/heads/master/bin/runic # Make the script executable chmod +x ~/.local/bin/runic # Verify the installation runic --version
The procedure to install the "ReLint" Julia linter in the julia shell is like this:
import Pkg Pkg.add(url="https://github.com/RelationalAI-oss/ReLint.jl")
The hilighting and other features are typically extended using a file myjl.emf.
None reported so far.
abbrev-list(3), collapse-all(3), collapse-current(3), expand-abbrev-handle(3), file-exec(3), file-format(3), file-lint(3), item-list(3), restyle-buffer(3), restyle-region(3), time(2m).
(c) Copyright JASSPA 2025
Last Modified: 2025/08/28
Generated On: 2025/09/29