File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed
Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 11* 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
33hasn't been reported (and potentially fixed) already.*
44
55** 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.*
2121clojure-ts-mode-display-version`. Here's an example:*
2222
2323```
24- clojure-ts-mode (version 5.2.0 )
24+ clojure-ts-mode (version 0.1.5 )
2525```
2626
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+
2742### Emacs version
2843
2944* 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