File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ so long as the author has published them.
24
24
npm install tree-sitter-javascript
25
25
```
26
26
27
- You can also develop a new grammar by using the [ Tree-sitter CLI] [ cli ] and following the [ docs] [ docs ] .
27
+ You can also develop a new grammar by using the [ Tree-sitter CLI] [ cli ] and following the [ docs] [ ts docs] .
28
28
29
29
### Parsing Source Code
30
30
@@ -120,8 +120,9 @@ which should map closely to the C API, though there are some differences.
120
120
121
121
[ ci ] : https://img.shields.io/github/actions/workflow/status/tree-sitter/node-tree-sitter/ci.yml?logo=github&label=CI
122
122
[ cli ] : https://github.com/tree-sitter/tree-sitter/tree/master/cli
123
- [ docs ] : https://tree-sitter.github .io/tree-sitter/creating-parsers
123
+ [ docs ] : https://img.shields .io/badge/docs-website-blue
124
124
[ npm ] : https://img.shields.io/npm/v/tree-sitter?logo=npm
125
125
[ grammars ] : https://github.com/tree-sitter/tree-sitter/wiki/List-of-parsers
126
126
[ javascript ] : http://github.com/tree-sitter/tree-sitter-javascript
127
+ [ ts docs ] : https://tree-sitter.github.io/tree-sitter/creating-parsers
127
128
[ usage docs ] : https://tree-sitter.github.io/tree-sitter/using-parsers
You can’t perform that action at this time.
0 commit comments