We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1317d commit 7bccc45Copy full SHA for 7bccc45
README.md
@@ -6,6 +6,13 @@
6
7
[](https://github.com/emacs-tree-sitter/treesit-langs/actions/workflows/test.yml)
8
9
+## 🖥 Usage
10
+
11
+```elisp
12
+(require 'treesit-langs)
13
+(treesit-langs-major-mode-setup)
14
+```
15
16
## 🛠️ Contribute
17
18
[](http://makeapullrequest.com)
@@ -18,7 +25,6 @@ clone and make pull requests to this repository. Or you can
25
clone the project and establish your own branch of this tool.
19
26
Any methods are welcome!
20
27
21
-
22
28
### 🔬 Development
23
29
24
30
To run the test locally, you will need the following tools:
0 commit comments