Skip to content

Commit

Permalink
use latest tree-sitter
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Mar 2, 2022
1 parent 69fc0f9 commit a48627e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/node_modules/
/build/
/tmp/
/log.html
/*.wasm
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"prettier": "^2.5.1",
"tree-sitter-cli": "^0.20.1"
"tree-sitter-cli": "^0.20.4"
},
"tree-sitter": [
{
Expand Down
1 change: 1 addition & 0 deletions src/tree_sitter/parser.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a48627e

Please sign in to comment.