Skip to content

Commit

Permalink
Merge pull request #279 from nanasess/add-pip
Browse files Browse the repository at this point in the history
Add tree-sitter
  • Loading branch information
nanasess authored Oct 8, 2023
2 parents c2a3617 + 8ff25eb commit 5338f91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .emacs.d/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ server
/forge-database.sqlite
/history
/tree-sitter
!/tree-sitter/README.md
/lib
/lib64
9 changes: 9 additions & 0 deletions .emacs.d/tree-sitter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# tree-sitter

```
git clone [email protected]:emacs-mirror/emacs.git --depth 1
cd emacs/admin/notes/tree-sitter/build-module
./batch.sh
mv dist/*.so ~/.emacs.d/tree-sitter
```
see also https://zenn.dev/nyoho/articles/df0aced5f5dd8b

0 comments on commit 5338f91

Please sign in to comment.