-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Displaying Julia files using julia-ts-mode fails on Emacs 30.0.5 #21
Comments
Hi @nameiwillforget ! Probably the Julia treesitter grammar has changed and the current I will migrate the repository to JuliaEditorSupport org this weekend hopefully. Maybe someone else can fix the problem faster. |
Btw @nameiwillforget, can you try with emacs 29? |
Just a quick note: given that Emacs 30 is, at the moment, unreleased, and we are just integrating this code, fixing stuff on Emacs 30 is unlikely to be a priority of the maintainers. Users are advised to use Emacs 29.x for the moment. |
I also encounter this problem on emacs 29.3 in WSL2 environment.
There are a few things happening currently in the grammar repo, maybe it just fails when you're rebuilding the grammar as of now? |
Yep, confirmed. How to fix it temporarily: call this function for the interactive grammar install process (treesit-install-language-grammar 'julia) For repo use |
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.ji
files, but when I open such a file with it, there is almost no syntax highlighting at all and I get an error in the messages buffer:I looked up the function
treesit-query-validate
, but it wants a query as an argument and I couldn't find out which one. I also tried re-installingjulia-ts-mode
, but it still didn't work. What could be the issue?The text was updated successfully, but these errors were encountered: