Make sure to read the following documentation:
Before reporting an issue, check existing issues (including closed issues).
The Julia Zed extension is mostly glue code that defines how Zed should use tree-sitter and the language server protocol with Julia. Please report issues in the appropriate issue tracker.
If Zed is not highlighting something properly,
check the queries defined in: ./languages/julia/*.scm
.
If the issue does not seem to be related to the way queries are defined, check the tree-sitter-julia issue tracker.
If you find an issue with the language server, check the LanguageServer.jl issue tracker.