File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 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.
2424npm install tree-sitter-javascript
2525```
2626
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] .
2828
2929### Parsing Source Code
3030
@@ -120,8 +120,9 @@ which should map closely to the C API, though there are some differences.
120120
121121[ ci ] : https://img.shields.io/github/actions/workflow/status/tree-sitter/node-tree-sitter/ci.yml?logo=github&label=CI
122122[ 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
124124[ npm ] : https://img.shields.io/npm/v/tree-sitter?logo=npm
125125[ grammars ] : https://github.com/tree-sitter/tree-sitter/wiki/List-of-parsers
126126[ javascript ] : http://github.com/tree-sitter/tree-sitter-javascript
127+ [ ts docs ] : https://tree-sitter.github.io/tree-sitter/creating-parsers
127128[ usage docs ] : https://tree-sitter.github.io/tree-sitter/using-parsers
You can’t perform that action at this time.
0 commit comments