File tree 1 file changed +17
-2
lines changed
1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
* Use the template below when reporting bugs. Please, make sure that
2
- you're running the latest stable clojure-mode and that the problem you're reporting
2
+ you're running the latest stable clojure-ts- mode and that the problem you're reporting
3
3
hasn't been reported (and potentially fixed) already.*
4
4
5
5
** Please, remove all of the placeholder text (the one in italics) in your final report!**
@@ -21,9 +21,24 @@ a problem will expedite its solution.*
21
21
clojure-ts-mode-display-version`. Here's an example:*
22
22
23
23
```
24
- clojure-ts-mode (version 5.2.0 )
24
+ clojure-ts-mode (version 0.1.5 )
25
25
```
26
26
27
+ ### tree-sitter-clojure grammar version
28
+
29
+ * E.g. v0.0.12*
30
+
31
+ * Please make sure you are using compatible tree-sitter grammars.
32
+ See the variable clojure-ts-grammar-recipes for the current recommend versions.
33
+ They should be installed automatically if not found.
34
+ However, some linux distributions package these same grammars and Emacs will use them if found.*
35
+
36
+ ** If you are not sure what version you are using, try running
37
+ M-x treesit-install-language-grammar <RET > clojure <RET > y, and use the values
38
+ https://github.com/sogaiu/tree-sitter-clojure.git for the URL,
39
+ v0.0.12 for the TAG and default values for the remaining options.
40
+ Then see if the problem still persists.**
41
+
27
42
### Emacs version
28
43
29
44
* E.g. 29.1* (use <kbd >C-h C-a</kbd > to see it)
You can’t perform that action at this time.
0 commit comments