Skip to content

Commit adc31ce

Browse files
authored
Add CONTRIBUTING.md (#13)
1 parent a7cfb84 commit adc31ce

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CONTRIBUTING.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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).

0 commit comments

Comments
 (0)