File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # Contributing
2+
3+ ** Make sure to read the following documentation:**
4+
5+ - [ Developing Extensions] ( https://zed.dev/docs/extensions/developing-extensions )
6+ - [ Language Extensions] ( https://zed.dev/docs/extensions/languages )
7+
8+
9+ ## Filing issues
10+
11+ Before reporting an issue,
12+ check [ existing issues] ( https://github.com/JuliaEditorSupport/zed-julia/issues?q=is%3Aissue )
13+ (including closed issues).
14+
15+ The Julia Zed extension is mostly glue code that defines how Zed should use
16+ tree-sitter and the language server protocol with Julia. Please report issues
17+ in the appropriate issue tracker.
18+
19+ ### tree-sitter integration
20+
21+ If Zed is not highlighting something properly,
22+ check the queries defined in: [ ` ./languages/julia/*.scm ` ] ( ./languages/julia/ ) .
23+
24+ If the issue does not seem to be related to the way queries are defined,
25+ check the [ tree-sitter-julia issue tracker] ( https://github.com/tree-sitter/tree-sitter-julia/issues ) .
26+
27+ ### Language server integration
28+
29+ If you find an issue with the language server,
30+ check the [ LanguageServer.jl issue tracker] ( https://github.com/julia-vscode/LanguageServer.jl/issues ) .
You can’t perform that action at this time.
0 commit comments