Skip to content

Commit 372ed8d

Browse files
committed
[Docs] Add a couple of resources
1 parent a9e2ca7 commit 372ed8d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/design.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
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

55
Clojure-ts-mode is based on the tree-sitter-clojure grammar.
66

77
If you want to contribute to clojure-ts-mode, it is recommend that you familiarize yourself with how Tree-sitter works.
88
The 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

1416
In short:
1517

0 commit comments

Comments
 (0)