File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# Design of clojure-ts-mode
22
3- This document is still a work in progress.
3+ ** Note: ** This document is still a work in progress.
44
55Clojure-ts-mode is based on the tree-sitter-clojure grammar.
66
77If you want to contribute to clojure-ts-mode, it is recommend that you familiarize yourself with how Tree-sitter works.
88The official documentation is a great place to start: < https://tree-sitter.github.io/tree-sitter/ >
9- These guides for Emacs Tree-sitter development are also useful
9+ These guides for Emacs Tree-sitter development are also useful:
1010
1111- < https://casouri.github.io/note/2023/tree-sitter-starter-guide/index.html >
1212- ` Developing major modes with tree-sitter ` (From the Emacs 29+ Manual, ` C-h i ` , search for ` tree-sitter ` )
13+ - [ How to Get Started with Tree-sitter] ( https://www.masteringemacs.org/article/how-to-get-started-tree-sitter )
14+ - [ Emacs 30 Tree-sitter changes] ( https://archive.casouri.cc/note/2024/emacs-30-tree-sitter/ )
1315
1416In short:
1517
You can’t perform that action at this time.
0 commit comments