You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Before** reporting an issue, make sure to search [existing issues](https://github.com/tree-sitter/tree-sitter-julia/issues).
10
+
If your issue is related to a bug in your editor-experience because your editor *leverages* tree-sitter and this parser, then it is likely your issue does *NOT* belong here and belongs in the relevant editor's repository.
11
+
- type: checkboxes
12
+
attributes:
13
+
label: Did you check existing issues?
14
+
description: Make sure you've checked all of the below before submitting an issue
15
+
options:
16
+
- label: I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser
17
+
required: false
18
+
- label: I have searched the existing issues of tree-sitter-julia
19
+
required: true
20
+
- type: input
21
+
attributes:
22
+
label: "Tree-Sitter CLI Version, if relevant (output of `tree-sitter --version`)"
description: A clear and concise description of what the bug is. Please include any related errors you see such as parsing errors or tree-sitter cli errors.
30
+
validations:
31
+
required: true
32
+
- type: textarea
33
+
attributes:
34
+
label: Steps To Reproduce/Bad Parse Tree
35
+
description: Steps to reproduce the behavior. If you have a bad parse tree, please include it here. You can get this by running `tree-sitter parse <path-to-file>` and copying the output.
36
+
placeholder: |
37
+
1.
38
+
2.
39
+
3.
40
+
validations:
41
+
required: true
42
+
- type: textarea
43
+
attributes:
44
+
label: Expected Behavior/Parse Tree
45
+
description: A concise description of what you expected to happen, or in the case of a bad parse tree, the expected parse tree.
46
+
validations:
47
+
required: true
48
+
- type: textarea
49
+
attributes:
50
+
label: Repro
51
+
description: Minimal code to reproduce this issue. Ideally this should be reproducible with the C library or the tree-sitter cli, do not suggest an editor or external tool.
0 commit comments