Skip to content

Commit 7bccc45

Browse files
authored
Update README.md
1 parent db1317d commit 7bccc45

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
77
[![CI](https://github.com/emacs-tree-sitter/treesit-langs/actions/workflows/test.yml/badge.svg)](https://github.com/emacs-tree-sitter/treesit-langs/actions/workflows/test.yml)
88

9+
## 🖥 Usage
10+
11+
```elisp
12+
(require 'treesit-langs)
13+
(treesit-langs-major-mode-setup)
14+
```
15+
916
## 🛠️ Contribute
1017

1118
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
@@ -18,7 +25,6 @@ clone and make pull requests to this repository. Or you can
1825
clone the project and establish your own branch of this tool.
1926
Any methods are welcome!
2027

21-
2228
### 🔬 Development
2329

2430
To run the test locally, you will need the following tools:

0 commit comments

Comments
 (0)