Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 1.06 KB

Contributing

Make sure to read the following documentation:

Filing issues

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.

tree-sitter integration

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.

Language server integration

If you find an issue with the language server, check the LanguageServer.jl issue tracker.