julia-emacs icon indicating copy to clipboard operation
julia-emacs copied to clipboard

Julia support in Emacs.

Results 63 julia-emacs issues
Sort by recently updated
recently updated
newest added

Ref https://github.com/JuliaLang/julia/issues/8971 Ref https://github.com/JuliaLang/julia/issues/11498 A few cases right now. ``` jl function1(a, b, c d, e, f) function2( a, b, c d, e, f) for i in Float64[1, 2, 3,...

indentation

It would be nice to have a special face of the `end` keyword. One may wish to give it a discreet colour so that the `end`'s become more inconspicuous.

There should perhaps be a face for types and a face for symbols such as `+=-^/*:` which act as operators so that they would not have necessarily the same colour...

ComplexF32 and ComplexF64 get highlighted, but ComplexF16 does not.

`tree-sitter` framework for incremental parsing of source code. The [Julia implementation](https://github.com/tree-sitter/tree-sitter-julia) is now, in my opinion, fairly mature. I am asking for comments about replacing our ad-hoc regexp-based parsing mechanisms...

Ref https://github.com/JuliaLang/julia/issues/9889 > Octave-mode uses it, and it offers some nice features: > - When use place point on an "end", the corresponding block beginning (e.g., "if") is highlighted like...

enhancement
help wanted

This highlights both `in` keywords in multi-iterable `for` loops (#148), and adds highlighting in the cases where `in` is used to check if an element is contained in an array,...

When writing data cleaning pipelines, I often find that single step requires more than 80 characters to do right, and to maintain readability, I split the expression over multiple lines....

Implemented julia-bol if fashion of eshell-bol, so that prompt is skipped when you hit C-a on the last line.

I would like to aim for faster turnaround times for PRs submitted to this repository. I am always happy to review, but since I am hardly an Emacs Lisp expert,...