julia-ts-mode icon indicating copy to clipboard operation
julia-ts-mode copied to clipboard

Experimental Emacs Julia major mode using tree-sitter

Results 11 julia-ts-mode issues
Sort by recently updated
recently updated
newest added

I apologize if this is a basic issue, as I'm very new to using tree-sitter. I followed the installation procedures and now `julia-ts-mode` is the default major mode for opening...

`treesit-auto` implicitly assumes the presence of a C compiler and linker on `exec-path` by relying on `treesit-install-language-grammar` for installing missing grammars. On linux this is a reasonable assumption, but it...

``` # adsf asdf = 5 "asdf" ``` using flyspell-prog-mode on above file, the first `asdf` is underlined, the second not (as expected), but the third also not (not expected)....

Just a heads-up. See [this issue](https://github.com/JuliaLang/julia/issues/52021) opened on the Julia repo about SymbolServer breakage, which will likely impact `lsp-julia`

Hello, I just switched from `julia-mode` to `julia-ts-mode` on emacs 29.1. One thing I noticed is that my editor does not indent correctly anymore. I.e., when typing ``` function foo()...

When inside a multi-line string (like a doc string), julia-mode allows you to manually indent. This is useful for writing signatures in doc strings. With julia-ts-mode, indentation is locked to...

#23 Copied indent, font-lock, and movement tests from [julia-mode-tests.el](https://github.com/JuliaEditorSupport/julia-emacs/blob/d360ad5285b8a0be1818fd6c2b4307c34e468c6e/julia-mode-tests.el). As of now, 25/60 tests fail when using `julia-ts-mode` instead of `julia-mode`. It would be better if we could somehow use...

Especially since tree-sitter-julia is currently unstable, tests would be useful for maintaining compatibility. [nix-ts-mode](https://github.com/nix-community/nix-ts-mode) seems like a good reference for a test directory.

Hi, I've been using Emacs 29.4 with `julia-ts-mode` for a while with great statisfaction. However, a recent update to the libtree-sitter-julia.so grammar causes the following error in font locking, and...